ExcelRowInsertCopy Method |
Inserts specified number of copied rows before the current row.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntaxpublic void InsertCopy(
int rowCount,
ExcelRow sourceRow
)
Public Sub InsertCopy (
rowCount As Integer,
sourceRow As ExcelRow
)
Parameters
- rowCount Int32
- Number of rows to insert.
- sourceRow ExcelRow
- Source row to copy.
See Also