memberListID

Returns or sets the ID of the default member list for the specified row or column dimension. If you are setting this property, the value passed must be cast as a Long.

You can get the ID for a member list with EnumMemberLists (HFMwDimension component).

Note:

The grid uses the specified member list only if the useList property is set to TRUE.

Read-write.

Syntax

<HFMwDataGrid>.memberListID 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.

Example

memberListID is used in the example for maxColsPerPage.