Represents modes of row heights alignment.

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

Syntax

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

Members

Member nameDescription
None
Row heights align is not set.
Similar
All rows has the same height.
Dissimilar
Each row has its own height.

See Also