UseAutoFormatting Property

Office Open XML

A boolean that indicates whether legacy auto formatting has been applied to the PivotTable view

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

Syntax

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

See Also