ListObject.ListColumns Property
Excel Developer Reference |
Returns a ListColumns collection that represents all the columns in a ListObject object. Read-only.
Syntax
expression.ListColumns
expression A variable that represents a ListObject object.
Example
The following example displays the name of the second column in the ListColumns collection object as created by a call to the ListColumns property. For this code to run, the Sheet1 worksheet must contain a table.
Visual Basic for Applications |
---|
|
See Also