ColName Property
Description
The name of the Recordset column specified by Index (zero-based).
Property type
Read-only property
Syntax
Visual Basic
Public Property ColName( _
   ByVal Index As Long _
) As String
Parameters
Index
The index of the column (zero-based).
See Also