Aspose::Cells::Cells::InsertColumn method
Cells::InsertColumn(int32_t, bool) method
Inserts a new column into the worksheet.
void Aspose::Cells::Cells::InsertColumn(int32_t columnIndex, bool updateReference)
| Parameter | Type | Description |
|---|---|---|
| columnIndex | int32_t | Column index. |
| updateReference | bool | Indicates if references in other worksheets will be updated. |
See Also
- Class Vector
- Class Cells
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Cells::InsertColumn(int32_t) method
Inserts a new column into the worksheet.
void Aspose::Cells::Cells::InsertColumn(int32_t columnIndex)
| Parameter | Type | Description |
|---|---|---|
| columnIndex | int32_t | Column index. |
See Also
- Class Vector
- Class Cells
- Namespace Aspose::Cells
- Library Aspose.Cells for C++