Share

GridLocation.ColumnIndex Property

Gets or sets the column index of the grid location.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public int ColumnIndex { get; set; }

VB

Public Property ColumnIndex As Integer
	Get
	Set

C++

public:
property int ColumnIndex {
	int get ();
	void set (int value);
}

Property Value

Int32

See Also

Reference

Was this information helpful?