WebCells.InsertRows

WebCells.InsertRows method

Inserts multiple rows into the worksheet.

public void InsertRows(int rowIndex, int totalRows)
ParameterTypeDescription
rowIndexInt32Row index.
totalRowsInt32Number of rows to be inserted.

See Also