04 GetTd - AndrewMB2/Logic-Architect-for-Excel-VBA GitHub Wiki
GetTd method
Return a TableData object.
Applies to
| TableData | ArrData | RsetData | Xdata | XShared |
|---|---|---|---|---|
| ✓ |
| Name | Type | Description |
|---|---|---|
| Td | Xdata (optional) | The Xdata object from which a TableData object is to be returned. |
Where there is an Xdata object which is actually a TableData object, the underlying TableData object can be returned using GetTd. This enables the methods/properties of TableData to be used. If Td is not a TableData object the method will fail. If Td is omitted, the method returns a new TableData object.