IXlTable Methods
Represents a table in a worksheet.| Name | Description |
|---|---|
| GetReference(XlTablePart, String, String) | Returns a reference to the specified part of the table bounded by the specified columns. |
| GetReference(XlTablePart, String) | Returns a reference to the specified part of the table column. |
| GetReference(XlTablePart) | Returns a reference to the specified part of the table. |
| GetRowReference(String, String) | Returns a reference to the portion of the current row bounded by the specified columns. |
| GetRowReference(String) | Gets a reference to the cell at the intersection of the current row and the specified table column. |
See Also