Outline Property

Office Open XML

a boolean that indicates whether new fields should have their outline flag set to true

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

Syntax

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

See Also