IsCellDrillable(Row: Integer; Column: Integer; DrillType: EaxDrillType): Boolean;
IsCellDrillable(Row: Integer; Column: Integer; DrillType: Prognoz.Platform.Interop.Express.EaxDrillType): Boolean;
Row. The cells index in row.
Column. The cells index in column.
DrillType. Data drilldown method.
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 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 of use is given in description of the DrillCell method.
See also: