Show contents 

Express > Express Assembly Interfaces > IEaxDrillResult > IEaxDrillResult.Selection

IEaxDrillResult.Selection

Syntax

Selection: IDimSelectionSet;

Description

The Selection property returns the selection, according to which data is located in data source.

Comments

Depending on where the information about data binding is obtained, selection will differ.

For table cell or chart point, selection will correspond to single point in a matrix with source data.

For table ranges or chart series, selection by one or by several dimensions will contain multiple selection. This selection corresponds to a set of cells in a matrix with source data.

Example

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

See also:

IEaxDrillResult