PageLayoutView Property

Office Open XML

Sets the view mode of the worksheet to pagelayout

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

Syntax

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

See Also