Click or drag to resize

XlsWorksheet InsertRow Method (Int32)

Inserts a new row into the worksheet.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void InsertRow(
	int rowIndex
)

Parameters

rowIndex
Type: System Int32
Index at which new row should be inserted
See Also