ColName Property
Description
Gets the name of the specified column. Column numbers are zero-based.
Property type
Read-only property
Syntax
Visual Basic
Public Property ColName( _
   ByVal Col As Long _
) As String
Parameters
Col
The column number (zero-based).
See Also