XlTableReference Properties
Represents a reference to table data.| Name | Description |
|---|---|
| FirstColumn | Gets the name of the column used as the left bound to specify the portion of the table to be referenced. |
| LastColumn | Gets the name of the column used as the right bound to specify the portion of the table to be referenced. |
| Part | Gets a special item specifier used by the current structured reference to refer to a specific part of the table. |
| Table | Gets the table to which the current structured reference refers. |
See Also