IEaxGrid.DrillCell

Fore Syntax

DrillCell(Row: Integer; Column: Integer; DrillType: EaxDrillType);

Fore.NET Syntax

DrillCell(Row: Integer; Column: Integer; DrillType: Prognoz.Platform.Interop.Express.EaxDrillType);

Parameters

Row. The cells index in row.

Column. The cells index in column.

DrillType. Data drilldown method.

Description

The DrillCell method performs data drilldown for the selected table cell.

Comments

The method is outdated, use IEaxGrid.DrillCellResult.

See also:

IEaxGrid