ALM Open Test Architecture API Type Library Version 12.55
ColIndex Property
Collapse All
Expand All
Recordset Object
: 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
Recordset Object
|
Recordset Members