Link Search Menu Expand Document

IRowInsertCell Method

Inserts the cells.

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
void InsertCell(
	int Index,
	int CellCount
)

Parameters

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

Reference