Cells.DeleteRow
DeleteRow(int)
Deletes a row.
public void DeleteRow(int rowIndex)
Parameter | Type | Description |
---|---|---|
rowIndex | Int32 | Index of the row to be deleted. |
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
DeleteRow(int, bool)
Deletes a row.
public void DeleteRow(int rowIndex, bool updateReference)
Parameter | Type | Description |
---|---|---|
rowIndex | Int32 | Index of the row to be deleted. |
updateReference | Boolean | Indicates whether update references in other worksheets. |
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells