GetNumPeriodsInCubeForDescriptions

Returns the number of periods that are in a subcube and that contain cells with descriptions.

Syntax

<HsvMDDataBufferLite>.GetNumPeriodsInCubeForDescriptions lCubeIndex, plNumPeriods

Argument

Description

lCubeIndex

Long (ByVal). The index of the subcube. Use BeginEnumeration or GetCubeIndexFromPOV to determine valid index values.

plNumPeriods

Long. Returns the number of periods with cells that contain descriptions.

Example

GetNumPeriodsInCubeForDescriptions is used in the Example for GetDescriptionAtIndex.