Returns the data in and transaction status of a cell in a subcube.
<HsvCurrencyCube>.GetCell lPeriod, lView, lValue, lAccount, lICP, lCustom1, lCustom2, lCustom3, lCustom4, pdData, pbyTransType
Long (ByVal). The member ID of the cell’s Period dimension member. | |
Long (ByVal). The member ID of the cell’s View dimension member. | |
Long (ByVal). The member ID of the cell’s Value dimension member. | |
Long (ByVal). The member ID of the cell’s Account dimension member. | |
Long (ByVal). The member ID of the cell’s Intercompany Partner dimension member. | |
Long (ByVal). The member ID of the cell’s Custom 1 dimension member. | |
Long (ByVal). The member ID of the cell’s Custom 2 dimension member. | |
Long (ByVal). The member ID of the cell’s Custom 3 dimension member. | |
Long (ByVal). The member ID of the cell’s Custom 4 dimension member. | |
Byte. Returns the cell’s transaction status. For a list of HFMConstants type library constants that represent the valid statuses, see Cell Transaction Type Constants. |
The following example assigns a cell’s data and transaction status to the dData and bytStatus variables. The example assumes that the member IDs passed to GetCurrencyCube and GetCell are obtained from another procedure.