Show contents 

Express > Express Assembly Interfaces > IEaxGrid > IEaxGrid.IsCellDrillable

IEaxGrid.IsCellDrillable

Syntax

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

Parameters

Row. Index of the row with cell.

Column. Index of the column with cell.

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

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

Example

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

See also:

IEaxGrid | IEaxGrid.IsRangeDrillable