Enum CellState
Namespace: FastReport.Olap.Styling
Assembly: FastCube.Mono.dll
Enumeration of cell state (flags).
[Flags]
public enum CellState
Fields
Focused = 1
Focused.
None = 0
None.
Selected = 2
Selected.
Total = 4
Total.
Namespace: FastReport.Olap.Styling
Assembly: FastCube.Mono.dll
Enumeration of cell state (flags).
[Flags]
public enum CellState
Focused = 1
Focused.
None = 0
None.
Selected = 2
Selected.
Total = 4
Total.