IEaxGrid.IsRangeDrillable

Fore Syntax

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

Fore.NET Syntax

IsRangeDrillable(Range: Prognoz.Platform.Interop.Tab.ITabRange; DrillType: Prognoz.Platform.Interop.Express.EaxDrillType): 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, 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.

Example

The example of use is given in description of the DrillRange method.

See also:

IEaxGrid