IColumnCollection Interface

Represents collection of columns in a table.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IColumnCollection : IGenericCollection<IColumn>, 
	IEnumerable<IColumn>, IEnumerable, ICollection

The IColumnCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAddClone
Creates a copy of the specified template row and inserts it at the bottom of a table.
Public methodCopyTo (Inherited from ICollection.)
Public methodGetEnumerator (Inherited from IEnumerableIColumn.)
Public methodInsertClone
Creates a copy of the specified template column and insert it at the specified position in a table.
Public methodRemoveAt
Removes a column at the specified position from a table.
See Also