ColumnCollectionRemoveAt 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)
Syntaxpublic void RemoveAt(
int firstColumnIndex,
bool withAttachedRows
)
Public Sub RemoveAt (
firstColumnIndex As Integer,
withAttachedRows As Boolean
)
public:
virtual void RemoveAt(
int firstColumnIndex,
bool withAttachedRows
) sealed
abstract RemoveAt :
firstColumnIndex : int *
withAttachedRows : bool -> unit
override 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.
Implements
IColumnCollectionRemoveAt(Int32, Boolean)
See Also