Returns a specific column's name and size information.
Syntax
object.GetColumnInfo iColumn, szItemName, iNumChars
Properties
The GetColumnInfo method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
iColumn |
Integer. Index to the column you want to access. |
szItemName |
String. Returns the column name. |
iNumChars |
Integer. Returns the number of characters used to determine the column size. |