Express > Express Assembly Interfaces > IEaxGrid > IEaxGrid.SpecificRange
SpecificRange(RangeType: EaxRangeType): ITabRange;
RangeType. The type of part of express report table.
The SpecificRange property returns the cell range corresponding to the specified table part.
The property returns Null if the specified table part does not exist. For example, when getting the EaxRangeType.Pareto range, the property returns Null if the Pareto analysis was not applied to the table.
The property use is given in examples for IEaxGrid.DrillCell, IEaxGrid.DrillRange.
See also: