GemBox.Spreadsheet

ExcelRow.InsertCopy Method 

Inserts specified number of copied rows before the current row.

public void InsertCopy(
   int rowCount,
   ExcelRow sourceRow
);

Parameters

rowCount
Number of rows to insert.
sourceRow
Source row to copy.

See Also

ExcelRow Class | GemBox.Spreadsheet Namespace