Represents pivot table cell type.

Namespace:  PerpetuumSoft.Reporting.DOM.Olap
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public enum CellType
Visual Basic (Declaration)
Public Enumeration CellType
Visual C++
public enum class CellType

Members

Member nameDescription
XDimension
X dimension cell type.
YDimension
Ydimension cell type.
Fact
Fact cell type.

See Also