Starts a consolidation task for the specified range of cells.
<HFMwDataGrid>.StartConsolidation lRowStart, lColStart, lRowEnd, lColEnd, sConsolidationType
The index (0-based) that identifies the first row in the range of cells. | |
The index (0-based) that identifies the first column in the range of cells. | |
The index that identifies the last row in the range of cells. | |
The index that identifies the last column in the range of cells. | |
Identifies the type of consolidation to be run. Pass one of the HFMConstants type library constants listed in Consolidation Type Constants. |