OutLineApplyStyle Property

Office Open XML

Automatic styles

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

Syntax

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

See Also