Express > Express Assembly Interfaces > IEaxGrid > IEaxGrid.DrillCellResult
DrillCellResult(Row: Integer; Column: Integer): IEaxDrillCellResult;
Row. Index of the row with data cell.
Column. Index of the column with data cell.
The DrillCellResult method returns information about binding of cell to to data source.
The coordinates of one of the cells located in the table data area should be transferred as Row and Column parameter values. The data range can be obtained using the SpecificRange method with the EaxRangeType.Internal parameter. If the cell is not linked with data, the method returns Null.
The property use is given in the example for IEaxGrid.DrillCell.
See also: