Express > Express Assembly Interfaces > IEaxDrillResult > IEaxDrillResult.Selection
Selection: IDimSelectionSet;
The Selection property returns the selection, according to which data is located in data source.
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.
The property use is given in the example for IEaxGrid.DrillCell, IEaxGrid.DrillRange.
See also: