Cells.InsertRows
Contents
[
Hide
]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 Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
InsertRows(int, int, InsertOptions)
Inserts multiple rows into the worksheet.
public void InsertRows(int rowIndex, int totalRows, InsertOptions options)
Parameter | Type | Description |
---|---|---|
rowIndex | Int32 | Row index. |
totalRows | Int32 | Number of rows to be inserted. |
options | InsertOptions | Indicates if references in other worksheets will be updated. |
See Also
- class InsertOptions
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
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 Cells
- namespace Aspose.Cells
- assembly Aspose.Cells