Click or drag to resize

ExcelWorksheetInsertRow(Int32) Method

Inserts a row at the specified one based in worksheet. The new row will have the default style of the worksheet.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public void InsertRow(
	int rowIndex
)

Parameters

rowIndex  Int32
The one based index of the new row.
See Also