Link Search Menu Expand Document

RowInsertCell Method

Inserts the cells.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-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