Show contents 

Express > Express Assembly Interfaces > IEaxGrid > IEaxGrid.DrillCellResult

IEaxGrid.DrillCellResult

Syntax

DrillCellResult(Row: Integer; Column: Integer): IEaxDrillCellResult;

Parameters

Row. Index of the row with data cell.

Column. Index of the column with data cell.

Description

The DrillCellResult method returns information about binding of cell to to data source.

Comments

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.

Example

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

See also:

IEaxGrid | IEaxGrid.DrillRangeResult