XlsWorksheet
InsertRow Method (Int32, Int32)
|
Inserts multiple rows 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,
int rowCount
)
Public Sub InsertRow (
rowIndex As Integer,
rowCount As Integer
)
public:
void InsertRow(
int rowIndex,
int rowCount
)
member InsertRow :
rowIndex : int *
rowCount : int -> unit
Parameters
-
rowIndex
-
Type:
System
Int32
Index at which new row should be inserted
-
rowCount
-
Type:
System
Int32
Number of rows to be inserted.
See Also