ColumnStyleColumnWidth Property |
Gets or sets the column width of the column style, 0 represents auto width.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic double ColumnWidth { get; set; }Public Property ColumnWidth As Double
Get
Set
public:
property double ColumnWidth {
double get ();
void set (double value);
}Property Value
Double
Exceptions
See Also