Show contents 

Express > Express Assembly Interfaces > IEaxGrid > IEaxGrid.DrillRangeResult

IEaxGrid.DrillRangeResult

Syntax

DrillRangeResult(Range: ITabRange): IEaxDrillRangeResult;

Parameters

Range. Data cell range.

Description

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

Comments

The coordinates of the cell range located in the table data area should be transferred as Range parameter value. The data range can be obtained using the SpecificRange method with the EaxRangeType.Internal parameter. If the data range is not linked with data, the method returns Null.

Example

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

See also:

IEaxGrid