ColumnStyleCollection Class

A collection of ColumnStyle objects.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbScheduleTableStyle>]
    Autodesk.Civil.DatabaseServices.StylesColumnStyleCollection

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class ColumnStyleCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbScheduleTableStyle>], 
	IEnumerable<ColumnStyle>

The ColumnStyleCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of column styles in the collection.
Public propertyItem 
Top
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.
Top
See Also