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
)
Public Sub InsertRow (
rowIndex As Integer
)
public:
void InsertRow(
int rowIndex
)
member InsertRow :
rowIndex : int -> unit
Parameters
-
rowIndex
-
Type:
System
Int32
Index at which new row should be inserted
See Also