Gets or sets row heidth aligment mode.

Namespace:  PerpetuumSoft.Reporting.Wizards.PivotTableWizard
Assembly:  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);
}

See Also