RemoveAt()

IColumnCollection::RemoveAt(int32_t, bool) method

Removes a column at the specified position from a table.

virtual void Aspose::Slides::IColumnCollection::RemoveAt(int32_t firstColumnIndex, bool withAttachedRows)=0

Arguments

ParameterTypeDescription
firstColumnIndexint32_tIndex of a column to delete.
withAttachedRowsboolTrue to delete also all attached columns.

See Also