CellProperties Enumeration

OLAP cells property types.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[FlagsAttribute]
public enum CellProperties
Members
  Member nameValueDescription
None0 The cell property type is not set.
Auto1 The cell property type is auto.
Value2 The cell property is a value.
FormattedValue4 The cell property type is formatted value.
FormatString8 The cell property type is format string.
ActionType16 The cell property type is action.
See Also