RemoveAt()

ColumnCollection::RemoveAt(int32_t, bool) method

Removes a column at the specified position from a table.

void Aspose::Slides::ColumnCollection::RemoveAt(int32_t firstColumnIndex, bool withAttachedRows) override

Arguments

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

See Also