The Ordinal property specifies the ordinal position of a column in a table or rowset.
object.Ordinal [= value]
Part | Description |
---|---|
object | Expression that evaluates to a Column object |
value | Ordinal position of a column |
Long
Read/write
HRESULT GetOrdinal(LONG *pRetVal);
HRESULT SetOrdinal(LONG NewValue);
The value of the Ordinal property for the first column is 1.