The ColumnStyleCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a ColumnStyle to the collection using column width and value, 0 width for auto width.
Public methodGetEnumerator
Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.
Public methodGetObjectEnumerator
Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodRemoveAt
Removes column style by index in the collection, the first column of the collection cannot be removed.

Properties

  NameDescription
Public propertyCount
Gets the number of column styles in the collection.
Public propertyItem

See Also