Click or drag to resize

ExcelRowInsertEmpty Method

Inserts specified number of empty rows before the current row.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.6.5
Syntax
public void InsertEmpty(
	int rowCount
)

Parameters

rowCount  Int32
Number of rows to insert.
See Also