Returns the calculation status of a cell.
<HsvData>.GetCalcStatusEx lScenario, lYear, lPeriod, lEntity, lParent, lValue, lAccount, lICP, lCustom1, lCustom2, lCustom3, lCustom4, plCalcStatus
Argument | Description |
---|---|
lScenario | Long (ByVal). The member ID of the cell's Scenario dimension member. |
lYear | Long (ByVal). The member ID of the cell's Year dimension member. |
lPeriod | Long (ByVal). The member ID of the cell's Period dimension member. |
lEntity | Long (ByVal). The member ID of the cell's Entity dimension member. |
lParent | Long (ByVal). The member ID of the parent of the lEntity argument's entity. |
lValue | Long (ByVal). The member ID of the cell's Value dimension member. |
lAccount | Long (ByVal). The member ID of the cell's Account dimension member. |
lICP | Long (ByVal). The member ID of the cell's Intercompany Partner dimension member. |
lCustom1 | Long (ByVal). The member IDs of the cells' Custom 1 dimension members. |
lCustom2 | Long (ByVal). The member ID of the cell's Custom 2 dimension member. |
lCustom3 | Long (ByVal). The member IDs of the cells' Custom 3 dimension members. |
lCustom4 | Long (ByVal). The member IDs of the cells' Custom 4 dimension members. |
plCalcStatus | Long. Returns the cell's calculation status as a bit-field. The valid statuses that this bit-field can contain are represented by constants listed in Table 114, tagCALCSTATUSHIGHBITS Enumeration. |