Gets the names of the member lists for a dimension.
<IHsvTreeInfo>.EnumMemberLists pvarabstrListNames
Variant array. Returns the names of the dimension’s member lists. The array is returned as a String subtype. |
This example puts the labels of the Period dimension’s member lists into a combo box control. The Dimension property sets an IHsvTreeInfo object reference for the Period dimension, and the member list names returned by EnumMemberLists are placed in a combo box named comboLists.