IsRangeDrillable(Range: ITabRange; [DrillType: EaxDrillType = 1]): Boolean;
IsRangeDrillable(Range: Prognoz.Platform.Interop.Tab.ITabRange; DrillType: Prognoz.Platform.Interop.Express.EaxDrillType): Boolean;
Range. The cell range that requires a drilldown.
DrillType. Data drilldown method.
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 message header or the sidebar, is to be transferred as parameter values. If data drilldown is available for the dimension with an appropriate cell range, the property returns True, otherwise it rturns False.
The example of use is given in description of the DrillRange method.
See also: