ALM Open Test Architecture API Type Library Version 12.55
ColIndex Property
The name of the column in the project database.
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 column in the project database.
See Also

IRecordset Interface  | IRecordset Members