Gets or sets the column index of the grid location.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public int ColumnIndex { get; set; }
Visual Basic
Public Property ColumnIndex As Integer
Get
Set
Visual C++
public: property int ColumnIndex { int get (); void set (int value); }