topMemberID

Returns or sets the top member to be used in the grid for the specified row or column dimension. The member is identified by its member ID. If you are setting this property, the member ID must be cast as a Long.

To start at the top of the dimension hierarchy, use the HFMConstants type library constant MEMBERNOTUSED.

Tip:

You can return a member ID from a member name with GetMemberID (HFMwDimension component).

Read-write.

Syntax

<HFMwDataGrid>.topMemberID lDimensionID

Argument

Description

lDimensionID

Specifies the dimension for the member list. Pass one of the HFMConstants type library constants listed in Dimension ID Constants.

Input argument. Long subtype.