Winnovative Excel Library

ExcelWorksheetInsertRow Method (Int32)

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

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void InsertRow(
	int rowIndex
)

Parameters

rowIndex
Type: SystemInt32
The one based index of the new row.
See Also

Reference