Type | Description | |||
Index as Variant | A long expression that indicates the column's index or a string expression that indicates the column's key or the column's caption. | |||
Column | A column object being returned. |
The Item property is the default property of the Columns object so the following statements are equivalents:
.Columns.Item ("Freight") .Columns ("Freight")