CollapseRowDimension

Collapses a row dimension (for nested dimensions).

Syntax

<HFMwDataGrid>.CollapseRowDimension lRowNum, lDimIndex, pvarlOldRowNumOfLastRowAffected, pvarlNewRowNumOfLastRowAffected, pvarlTotalNumCollapsedRows

Argument

Description

lRowNum

The index (0-based) that identifies the row in which the collapse is to occur.

Input argument. Long subtype.

lDimIndex

The index (0-based) that identifies the dimension to collapse.

Input argument. Long subtype.

pvarlOldRowNumOfLastRowAffected

Future use.

Output argument.

pvarlNewRowNumOfLastRowAffected

Returns the index that identifies the last of the new rows.

Output argument.

pvarlTotalNumCollapsedRows

Returns a count of the updated total of rows.

Output argument.