RowInsertCell Method Bytescout Spreadsheet SDK
Inserts the cells.

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public void InsertCell(
	int Index,
	int CellCount
)

Parameters

Index
Type: SystemInt32
The index at which cell should be inserted.
CellCount
Type: SystemInt32
The cell count.

Implements

IRowInsertCell(Int32, Int32)
See Also

Reference