Express > Express Assembly Interfaces > IEaxGrid > IEaxGrid.IsRangeDrillable
IsRangeDrillable(Range: ITabRange; [DrillType: EaxDrillType = 1]): Boolean;
Range. Table cell range.
DrillType. Data drilldown method, which is checked for working.
The IsRangeDrillable property returns the ability to drilldown the data of the selected cells range of a table.
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.
The property use is given in the example for IEaxGrid.DrillRange.
See also: