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.8.0.280
Syntax
C#
public void Add()
VB
Public Sub Add
C++
public: void Add()
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when columnWidth is smaller than 0. |
