PageBreak Property

Office Open XML

Adds a manual page break after the column.

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

Syntax

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

See Also