ApplyWidthHeightFormats Property

Office Open XML

If true apply legacy table autoformat width/height properties.

Namespace:  OfficeOpenXml.Table.PivotTable
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public bool ApplyWidthHeightFormats { get; set; }
Visual Basic (Declaration)
Public Property ApplyWidthHeightFormats As Boolean
Visual C++
public:
property bool ApplyWidthHeightFormats {
	bool get ();
	void set (bool value);
}

See Also