RemoveAt
IColumnCollection.RemoveAt method
Removes a column at the specified position from a table.
public void RemoveAt(int firstColumnIndex, bool withAttachedRows)
Parameter | Type | Description |
---|---|---|
firstColumnIndex | Int32 | Index of a column to delete. |
withAttachedRows | Boolean | True to delete also all attached columns. |
See Also
- interface IColumnCollection
- namespace Aspose.Slides
- assembly Aspose.Slides