DrilledDown property (ADO MD)
Applies to: Access 2013, Office 2013
Indicates whether no children immediately follow the member on the axis.
Return values
Returns a Boolean value and is read-only. DrilledDown returns True if there are no child members of the current member on the axis. DrilledDown returns False if there is one or more child members of the current member on the axis.
Remarks
Use the DrilledDown property to determine whether there is at least one child of this member on the axis immediately following this member. This information is useful when displaying the member.
This property is only supported on Member objects belonging to a Position object. An error occurs when this property is referenced from Member objects belonging to a Level object.