04 GetRd - AndrewMB2/Logic-Architect-for-Excel-VBA GitHub Wiki

GetRd method

Return a RsetData object.

Applies to

TableData ArrData RsetData Xdata XShared
Name Type Description
Rd Xdata (optional) The Xdata object from which a RsetData object is to be returned.

Where there is an Xdata object which is actually a RsetData object, the underlying RsetData object can be returned using GetRd. This enables the methods/properties of RsetData to be used. If Rd is not a RsetData object the method will fail. If Rd is omitted, the method returns a new RsetData object.