Assembly: Cubes;
The ICubeExecuteDataTypes interface is used to work with information about how values are generated in cells.
ICubeExecuteDataTypes
Information about how values are generated in cells can be obtained after calculation in the ICubeExecuteResult.DataTypes property.
Property name | Brief description | |
DataType | The DataType property returns how data is generated in the cell with the specified coordinate. |
Method name | Brief description | |
AddCoord | The AddCoord method sets how data is generated for the cell with the specified coordinate. | |
AddSelectionSet | The AddSelectionSet method sets how data is generated for multiple cells that match the specified selection. | |
Clear | The Clear method clears the list of cells for which the way of data generation was set. |
See also: