ALM Open Test Architecture API Type Library Version 12.55
ColIndex Property
The name of the recordset column.
Description
Gets the index (zero-based) of a Recordset column specified by column name.
Property type
Read-only property
Syntax
Visual Basic
Public Property ColIndex( _
   ByVal Name As String _
) As Long
Parameters
Name
The name of the recordset column.
See Also

IColumnInfo Interface  | IColumnInfo Members