useList

Returns or sets whether the specified row or column dimension should use a member list or specified members to populate the grid. This is a Boolean property: TRUE indicates that a member list will be used for the dimension, FALSE indicates that a member list will not be used.

Tip:

A dimension’s member list is specified or returned with memberListID.

Read-write.

Syntax

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

useList is used in the example for maxColsPerPage.