OutlineLevel Property

Office Open XML

Outline level. Zero if no outline

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

Syntax

C#
public int OutlineLevel { get; set; }
Visual Basic (Declaration)
Public Property OutlineLevel As Integer
Visual C++
public:
property int OutlineLevel {
	int get ();
	void set (int value);
}

See Also