ExcelRowInsertEmpty Method |
Inserts specified number of empty rows before the current row.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic void InsertEmpty(
int rowCount
)
Public Sub InsertEmpty (
rowCount As Integer
)
Parameters
- rowCount Int32
- Number of rows to insert.
See Also