IEaxGrid.IsCellDrillable

Syntax

IsCellDrillable(Row: Integer; Column: Integer; DrillType: EaxDrillType): Boolean;

Parameters

Row. The cells index in row.

Column. The cells index in column.

DrillType. Data drilldown method.

Description

The IsCellDrillable property returns the ability to drilldown the data of the selected cell of a table.

Comments

The coordinates of one of the cells, located in the header or sidebar of the table, are required to be transferred as Row and Column parameter values. If data drilldown is available for the dimension with an appropriate cell, the property returns the True value, otherwise the value is False.

Example

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

See also:

IEaxGrid