Aspose::Cells::Cells::DeleteColumn method
Cells::DeleteColumn(int32_t, bool) method
Deletes a column.
void Aspose::Cells::Cells::DeleteColumn(int32_t columnIndex, bool updateReference)
| Parameter | Type | Description |
|---|---|---|
| columnIndex | int32_t | Index of the column to be deleted. |
| updateReference | bool | Indicates whether update references in other worksheets. |
See Also
- Class Vector
- Class Cells
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Cells::DeleteColumn(int32_t) method
Deletes a column.
void Aspose::Cells::Cells::DeleteColumn(int32_t columnIndex)
| Parameter | Type | Description |
|---|---|---|
| columnIndex | int32_t | Index of the column to be deleted. |
See Also
- Class Vector
- Class Cells
- Namespace Aspose::Cells
- Library Aspose.Cells for C++