Show contents 

Express > Express Assembly Interfaces > IEaxDrillRangeResult

IEaxDrillRangeResult

Assembly: Express;

Description

The IEaxDrillRangeResult interface contains properties used to get information about connection of cells range to the source data.

Inheritance Hierarchy

          IEaxDrillResult

          IEaxDrillRangeResult

Comments

Information about binding of cell range to data can be obtained using the IEaxGrid.DrillRangeResult method.

Properties

  Property name Brief description
Range The Range property returns the cells range, connected to data.

Properties inherited from IEaxDrillResult

  Property name Brief description
DataSource The DataSource property returns data source, from which cell data are obtained.
Selection The Selection property returns the selection, according to which data is located in data source.

 

See also:

Express Assembly Interfaces