memberID

Returns or sets a single member for the specified page dimension; the member is identified by a member ID. If you are setting this property, the member ID must be cast as a Long.

Tip:

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

Read-write.

Syntax

<HFMwDataGrid>.memberID(lDimensionID)

Argument

Description

lDimensionID

Specifies the dimension to which the member belongs. Pass one of the HFMConstants type library constants listed in Dimension ID Constants.

Input argument. Long subtype.

Example

memberID is used in the example for maxColsPerPage.