ColumnCollection Class

Represents collection of columns in a table.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesColumnCollection

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

The ColumnCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of columns in a collection. Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyItem
Returns the column at the specified index. Read-only Column.
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
Methods
  NameDescription
Public methodAddClone
Creates a copy of the specified template row and inserts it at the bottom of a table.
Public methodCopyTo
Copies all elements from the collection to the specified array.
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
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.
Public methodToString (Inherited from Object.)
See Also