IEaxGrid.IsRangeDrillable

Syntax

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

Parameters

Range. The cell range that requires a drilldown.

DrillType. Data drilldown method.

Description

The IsRangeDrillable property returns the ability to drilldown the data of the selected cells range of a table.

Comments

The range of cells located in the message header or the sidebar should be transferred as parameter values. If data drilldown is available for the dimension with an appropriate cell range, the property returns True, otherwise it returns False.

Example

The property use is given in the example for IEaxGrid.DrillRangeResult.

See also:

IEaxGrid