Returns the number of cells that are in a period of a subcube and that contain data.
Syntax
<HsvMDDataBufferLite>.GetNumCellsForData lCubeIndex, lPeriodIndex, plNumCells
Argument | Description |
---|
lCubeIndex | Long (ByVal). The index of the subcube. Use BeginEnumeration or GetCubeIndexFromPOV to determine valid index values. |
lPeriodIndex | Long (ByVal). The index of the period. Use GetNumPeriodsInCubeForData or GetPeriodIndexFromPOVForData to determine valid index values. |
plNumCells | Long. Returns the number of cells that contain data. |
Example
GetNumCellsForData is used in the Example for GetDataAtIndex.