Assembly: Express;
The IEaxDrillCellResult interface contains properties used to get information about connection of cell to the source data.
IEaxDrillCellResult
Information about cell binding can be obtained using the IEaxGrid.DrillCellResult method.
| 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. |
| 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: