Represents modes of row heights alignment.
Namespace:
PerpetuumSoft.Reporting.DOM.OlapAssembly: 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 name | Description | |
---|---|---|
None | Row heights align is not set. | |
Similar | All rows has the same height. | |
Dissimilar | Each row has its own height. |