Show contents 

Express > Express Assembly Interfaces > IEaxGrid > IEaxGrid.IsRangeDrillable

IEaxGrid.IsRangeDrillable

Syntax

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

Parameters

Range. Table cell range.

DrillType. Data drilldown method, which is checked for working.

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 heading, sidehead, or cell with table data should be transferred as Range parameter values. If data can be drilled down by one or several heading/sidehead dimensions, to which the range corresponds, the property returns True, otherwise it returns False.

Example

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

See also:

IEaxGrid