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
<FlagsAttribute>
Public Enumeration CellProperties
[FlagsAttribute]
public enum class CellProperties
[<FlagsAttribute>]
type CellProperties
Members
| Member name | Value | Description |
---|
| None | 0 |
The cell property type is not set.
|
| Auto | 1 |
The cell property type is auto.
|
| Value | 2 |
The cell property is a value.
|
| FormattedValue | 4 |
The cell property type is formatted value.
|
| FormatString | 8 |
The cell property type is format string.
|
| ActionType | 16 |
The cell property type is action.
|
See Also