CollapseColumnDimension

Collapses a column dimension (for nested dimensions).

Syntax

<HFMwDataGrid>.CollapseColumnDimension lColumnNum, lDimIndex, pvarlOldColumnNumOfLastColumnAffected, pvarlNewColumnNumOfLastColumnAffected, pvarlTotalNumCollapsedColumns

Argument

Description

lColumnNum

The index (0-based) that identifies the column 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.

pvarlOldColumnNumOfLastColumnAffected

Future use.

Output argument.

pvarlNewColumnNumOfLastColumnAffected

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

Output argument.

pvarlTotalNumCollapsedColumns

Returns a count of the updated total of columns.

Output argument.