Gets information about member relationships.
EssGetMemberInfo([workbookName]sheetName, MemberName, Action, Aliases, Destination)
Where [workbookName]sheetName is the text name of the workbook and worksheet where the options are set.
MemberName is the text name for a member for which information is retrieved.
Action is a number that specifies the type of relationship you want. The action arguments and return values are shown in Table 26.
Aliases is a Boolean value that indicates whether alias names are returned.
Destination is the range of cells where you want to display the results.
=EssGetMemberInfo("[Sample.xls]Sheet1","Year",1,TRUE,B1)