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