Cells.InsertRow
Cells.InsertRow method
Inserts a new row into the worksheet.
public void InsertRow(int rowIndex)
Parameter | Type | Description |
---|---|---|
rowIndex | Int32 | Row index. |
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
Inserts a new row into the worksheet.
public void InsertRow(int rowIndex)
Parameter | Type | Description |
---|---|---|
rowIndex | Int32 | Row index. |