Click or drag to resize

XlsWorksheet InsertRow Method (Int32, Int32, InsertOptionsType)

Inserts an empty row with default formatting.

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,
	int rowCount,
	InsertOptionsType insertOptions
)

Parameters

rowIndex
Type: System Int32
Index at which new row should be inserted.
rowCount
Type: System Int32
Number of rows to insert.
insertOptions
Type: Spire.Xls InsertOptionsType
Insert options.
See Also