ColumnStyleCollectionAdd Method

Adds a ColumnStyle to the collection using column width and value, 0 width for auto width.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public void Add()
Exceptions
ExceptionCondition
ArgumentException Thrown when columnWidth is smaller than 0.
See Also