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)
Syntax
public void RemoveAt(
	int firstColumnIndex,
	bool withAttachedRows
)

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