ICubeExecuteDataTypes

Assembly: 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
DataType

The DataType property returns how data is generated in the cell with the specified coordinate.

Methods

  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:

Cubes Assembly Interfaces