ICubeExecuteDataTypes

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.Cubes;

Description

The ICubeExecuteDataTypes interface is used to work with information about how values are generated in cells.

Inheritance Hierarchy

ICubeExecuteDataTypes

Comments

Information about how values are generated in cells can be obtained after calculation in the ICubeExecuteResult.DataTypes property.

Properties

  Property name Brief description
The DataType property returns how data is generated in the cell with the specified coordinate.

Methods

  Method name Brief description
The AddCoord method sets how data is generated for the cell with the specified coordinate.
The AddSelectionSet method sets how data is generated for multiple cells that match the specified selection.
The Clear method clears the list of cells for which the way of data generation was set.

See also:

Cubes Assembly Interfaces