IEaxGrid.DrillRange

Fore Syntax

DrillRange(Range: ITabRange; [DrillType: EaxDrillType = 1]);

Fore.NET Syntax

DrillRange(Range: Prognoz.Platform.Interop.Tab.ITabRange; DrillType: Prognoz.Platform.Interop.Express.EaxDrillType);

Parameters

Range. The cell range that requires a drilldown.

DrillType. Data drilldown method.

Description

The DrillRange method performs data drilldown for the selected range of table cells.

Comments

The method is outdated, use IEaxGrid.DrillRangeResult.

See also:

IEaxGrid