Show contents 

Express > Express Assembly Interfaces > IEaxDrillCellResult

IEaxDrillCellResult

Assembly: Express;

Description

The IEaxDrillCellResult interface contains properties used to get information about connection of cell to the source data.

Inheritance Hierarchy

          IEaxDrillResult

          IEaxDrillCellResult

Comments

Information about cell binding can be obtained using the IEaxGrid.DrillCellResult method.

Properties

  Property name Brief description
Column The Column property returns number of column of the cell linked to cube data.
Row The Row property returns number of the row of the cell linked to cube 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