Show contents 

Express > Express Assembly Interfaces > IEaxGrid > IEaxGrid.SpecificRange

IEaxGrid.SpecificRange

Syntax

SpecificRange(RangeType: EaxRangeType): ITabRange;

Parameters

RangeType. The type of part of express report table.

Description

The SpecificRange property returns the cell range corresponding to the specified table part.

Comments

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.

Example

The property use is given in examples for IEaxGrid.DrillCell, IEaxGrid.DrillRange.

See also:

IEaxGrid