IVsDataColumn.Ordinal Property

Definition

Gets the ordinal number of the column, which specifies the order of the column in the columns collection.

public:
 property int Ordinal { int get(); };
public int Ordinal { get; }
member this.Ordinal : int
Public ReadOnly Property Ordinal As Integer

Property Value

An integer value specifying the ordinal number of the column.

Applies to