Express > Express Assembly Interfaces > IEaxGrid > IEaxGrid.IsCellDrillable
IsCellDrillable(Row: Integer; Column: Integer; DrillType: EaxDrillType): Boolean;
Row. Index of the row with cell.
Column. Index of the column with cell.
DrillType. Data drilldown method, which is checked for working.
The IsCellDrillable property returns the ability to drilldown the data of the selected cell of a table.
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.
The property use is given in the example for IEaxGrid.DrillCell.
See also: