Indicates whether one or more of the cells for a combination of Scenario, Year, and Entity dimension members contain cell text descriptions.
Syntax
<HsvData>.DoCellDescriptionsExist lScenario, lYear, lEntity, lParent, pvbExist
Argument | Description |
---|
lScenario | Long (ByVal). The member ID of the cells’ Scenario dimension member. |
lYear | Long (ByVal). The member ID of the cells’ Year dimension member. |
lEntity | Long (ByVal). The member ID of the cells’ Entity dimension member. |
lParent | Long (ByVal). The member ID of the parent of the lEntity argument's entity. |
pvbExist | Boolean. Returns TRUE if one or more of the cells contain cell text descriptions, otherwise FALSE. |