Returns the relative position of an rdoColumn object within the rdoColumns collection.
Syntax
object.OrdinalPosition
The object placeholder represents an object expression that evaluates to an object in the Applies To list.
Return Values
The OrdinalPosition property return value is an Integer expression as described in Remarks.
Remarks
Each of these data columns in an rdoResultset is returned in the order specified by the query and are numbered starting at one. Because of this numbering scheme, the first column of an rdoResultset (rdoResultset(0)
) has an OrdinalPosition of 1.