ExpandRowMemberInDimension
Expands a dimension member in a row. If the member has children, the children will be displayed in new rows.
Note: | Expanding members is valid only for dimensions using the [Hierarchy] member list. |
Syntax
<HFMwDataGrid>.ExpandRowMemberInDimension lRowNum, lDimIndex, pvarlInsertPos, pvarlNumToInsert, pvarlTotalNumExpandedRows
Argument | Description |
---|
lRowNum | The index (0-based) that identifies the row 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 row is indexed. Input argument. Long subtype. |
pvarlInsertPos | Returns the number of the row in which the expansion took place. Output argument. |
pvarlNumToInsert | Returns a count of the new rows that result from the expansion. Output argument. |
pvarlTotalNumExpandedRows | Returns a count of the new total of rows for the grid. Output argument. |