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: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public void InsertRow(
int rowIndex
)
Public Sub InsertRow (
rowIndex As Integer
)
public:
void InsertRow(
int rowIndex
)
member InsertRow :
rowIndex : int -> unit
Parameters
- rowIndex Int32
- The one based index of the new row.