GetNumCellsForDescriptions
Returns the number of cells that are in a period of a subcube and that contain descriptions.
Syntax
<HsvMDDataBufferLite>.GetNumCellsForDescriptions 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 GetNumPeriodsInCubeForDescriptions or GetPeriodIndexFromPOVForDescriptions to determine valid index values. |
plNumCells | Long. Returns the number of cells that contain descriptions. |
Example
GetNumCellsForDescriptions is used in the Example for GetDescriptionAtIndex.