Gets zero based index of a column in a table.

Namespace: Arctorus.Documents.Tables
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int ColumnIndex { get; }
Visual Basic
Public ReadOnly Property ColumnIndex As Integer
	Get
Visual C++
public:
property int ColumnIndex {
	int get ();
}

See Also