IXlTable.GetReference Method
| Name | Parameters | Description |
|---|---|---|
| GetReference(XlTablePart, String, String) | part, firstColumnName, lastColumnName | Returns a reference to the specified part of the table bounded by the specified columns. |
| GetReference(XlTablePart, String) | part, columnName | Returns a reference to the specified part of the table column. |
| GetReference(XlTablePart) | part | Returns a reference to the specified part of the table. |