ExpandRowDimension

Expands a row dimension (for nested dimensions).

Note:

When dimensions are nested, only the first level dimension has valid members showing after the grid is initialized. In order to generate valid intersections, you must expand each nested dimension.

Syntax

<HFMwDataGrid>.ExpandRowDimension lRowNum, lDimIndex, pvarlOldRowNumOfLastRowAffected, pvarlNewRowNumOfLastRowAffected, 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.

pvarlOldRowNumOfLastRowAffected

Future use.

Output argument.

pvarlNewRowNumOfLastRowAffected

Returns a number that identifies the column where the insertion took place.

Output argument.

pvarlTotalNumExpandedRows

Returns the new total of rows for the grid.

Output argument.