RemoveAt()
ColumnCollection::RemoveAt(int32_t, bool) method
Removes a column at the specified position from a table.
void Aspose::Slides::ColumnCollection::RemoveAt(int32_t firstColumnIndex, bool withAttachedRows) override
Arguments
| Parameter | Type | Description |
|---|---|---|
| firstColumnIndex | int32_t | Index of a column to delete. |
| withAttachedRows | bool | True to delete also all attached columns. |
See Also
- Class ColumnCollection
- Namespace Aspose::Slides
- Library Aspose.Slides