Description Returns the initial order of the column or the position of the named column.
Syntax object.ColOrder (index As String) As Integer
Remarks - If duplicate name, the first column found will be returned.
If undefined name, the method returns -32767.
|