ColIndex Property
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