Cells.InsertRow

Cells.InsertRow method

Inserts a new row into the worksheet.

public void InsertRow(int rowIndex)
ParameterTypeDescription
rowIndexInt32Row index.

See Also