GemBox.Spreadsheet

ExcelRow.InsertEmpty Method 

Inserts specified number of empty rows before the current row.

public void InsertEmpty(
   int rowCount
);

Parameters

rowCount
Number of rows to insert.

See Also

ExcelRow Class | GemBox.Spreadsheet Namespace