GetNumCheckedItems

Returns a count of the check boxes that are selected on a given dimension’s tab.

Tip:

To get the member IDs of members for which check boxes are selected, use GetCheckedItems.

Syntax

<HsvPOVSelection>.GetNumCheckedItems lDim, plNumCheckedItems

Argument

Description

lDim

Long (ByVal). The ID of the dimension. Dimension IDs are represented by the HFMConstants type library constants listed in Dimension ID Constants.

plNumCheckedItems

Long. Returns the number of selected check boxes.