Data source types: Essbase
HypIsChild() checks whether the specified child member is the child of a specified parent member. HypIsChild checks only for children, not for all descendants.
HypIsChild(vtSheetName, vtParentName, vtChildName)
ByVal vtSheetName As Variant
ByVal vtParentName As Variant
ByVal vtChildName As Variant
vtSheetName: For future use. Currently the active sheet is used.
vtParentName: The member name of the parent. Required.
vtChildName: The member name of the child. Required.
Returns a variant in which -1 is true, 0 is false; otherwise, returns the appropriate error code.