Express > Express Assembly Interfaces > IEaxGrid > IEaxGrid.DrillRangeResult
DrillRangeResult(Range: ITabRange): IEaxDrillRangeResult;
Range. Data cell range.
The DrillRangeResult method returns information about binding of cell range to data source.
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.
The property use is given in the example for IEaxGrid.DrillRange.
See also: