Express > Express Assembly Interfaces > IEaxDrillRangeResult
Assembly: Express;
The IEaxDrillRangeResult interface contains properties used to get information about connection of cells range to the source data.
IEaxDrillRangeResult
Information about binding of cell range to data can be obtained using the IEaxGrid.DrillRangeResult method.
Property name | Brief description | |
![]() |
Range | The Range property returns the cells range, connected to 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: