ExpandColumnMemberInDimension
Expands a dimension member in a column. If the member has children, the children will be displayed in new columns.
Note: | Expanding members is only valid for dimensions using the [Hierarchy] member list. |
Syntax
<HFMwDataGrid>.ExpandColumnMemberInDimension lColumnNum, lDimIndex, pvarlInsertPos, pvarlNumToInsert, pvarlTotalNumExpandedColumns
Argument | Description |
---|
lColumnNum | The index (0-based) that identifies the column in which the expansion is to occur. Input argument. Long subtype. |
lDimIndex | The index (0-based) that identifies the dimension for which the expansion is to occur. Each dimension in a column is indexed. Input argument. Long subtype. |
pvarlInsertPos | Returns a number that identifies the column where the insertion took place. Output argument. |
pvarlNumToInsert | Returns a count of the new columns that result from the expansion. Output argument. |
pvarlTotalNumExpandedColumns | Returns the new total of columns for the grid. Output argument. |