GridCells.DeleteColumn
DeleteColumn(int)
Deletes a column.
public void DeleteColumn(int columnIndex)
Parameter | Type | Description |
---|---|---|
columnIndex | Int32 | Column index. |
See Also
- class GridCells
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
DeleteColumn(int, bool)
Deletes a column.
public void DeleteColumn(int columnIndex, bool updateReference)
Parameter | Type | Description |
---|---|---|
columnIndex | Int32 | Column index. |
updateReference | Boolean | Indicates if update references in other worksheets. |
See Also
- class GridCells
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop