Gets or sets row height aligment mode.
Namespace:
PerpetuumSoft.Reporting.DOM.OlapAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public PivotTable..::.AutoRowHeightMode AutoRowHeight { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property AutoRowHeight As PivotTable..::.AutoRowHeightMode |
| Visual C++ |
|---|
public: property PivotTable..::.AutoRowHeightMode AutoRowHeight { PivotTable..::.AutoRowHeightMode get (); void set (PivotTable..::.AutoRowHeightMode value); } |