XlsWorksheet
InsertRow Method (Int32, Int32, InsertOptionsType)
|
Inserts an empty row with default formatting.
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,
InsertOptionsType insertOptions
)
Public Sub InsertRow (
rowIndex As Integer,
rowCount As Integer,
insertOptions As InsertOptionsType
)
public:
void InsertRow(
int rowIndex,
int rowCount,
InsertOptionsType insertOptions
)
member InsertRow :
rowIndex : int *
rowCount : int *
insertOptions : InsertOptionsType -> unit
Parameters
-
rowIndex
-
Type:
System
Int32
Index at which new row should be inserted.
-
rowCount
-
Type:
System
Int32
Number of rows to insert.
-
insertOptions
-
Type:
Spire.Xls
InsertOptionsType
Insert options.
See Also