StartConsolidation

Starts a consolidation task for the specified range of cells.

Syntax

<HFMwDataGrid>.StartConsolidation lRowStart, lColStart, lRowEnd, lColEnd, sConsolidationType

Argument

Description

lRowStart

The index (0-based) that identifies the first row in the range of cells.

Input argument. Long subtype.

lColStart

The index (0-based) that identifies the first column in the range of cells.

Input argument. Long subtype.

lRowEnd

The index that identifies the last row in the range of cells.

Input argument. Long subtype.

lColEnd

The index that identifies the last column in the range of cells.

Input argument. Long subtype.

sConsolidationType

Identifies the type of consolidation to be run. Pass one of the HFMConstants type library constants listed in Consolidation Type Constants.

Input argument. Integer subtype.