IColumnCollectionRemoveAt Method |
Removes a column at the specified position from a table.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxvoid RemoveAt(
int firstColumnIndex,
bool withAttachedRows
)
Sub RemoveAt (
firstColumnIndex As Integer,
withAttachedRows As Boolean
)
void RemoveAt(
int firstColumnIndex,
bool withAttachedRows
)
abstract RemoveAt :
firstColumnIndex : int *
withAttachedRows : bool -> unit
Parameters
- firstColumnIndex
- Type: SystemInt32
Index of a column to delete. - withAttachedRows
- Type: SystemBoolean
True to delete also all attached columns.
See Also