GridCells.InsertRows
InsertRows(int, int, bool)
Inserts multiple rows into the worksheet.
public void InsertRows(int rowIndex, int totalRows, bool updateReference)
Parameter | Type | Description |
---|---|---|
rowIndex | Int32 | Row index. |
totalRows | Int32 | Number of rows to be inserted. |
updateReference | Boolean | Indicates if references in other worksheets will be updated. |
See Also
- class GridCells
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
InsertRows(int, int)
Inserts multiple rows into the worksheet.
public void InsertRows(int rowIndex, int totalRows)
Parameter | Type | Description |
---|---|---|
rowIndex | Int32 | Row index. |
totalRows | Int32 | Number of rows to be inserted. |
See Also
- class GridCells
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop