Click or drag to resize

ExcelRowInsertCopy Method

Inserts specified number of copied rows before the current row.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntax
public void InsertCopy(
	int rowCount,
	ExcelRow sourceRow
)

Parameters

rowCount  Int32
Number of rows to insert.
sourceRow  ExcelRow
Source row to copy.
See Also