differentOddEven Property

Office Open XML

Gets/sets the flag that tells Excel to display different headers and footers on odd and even pages.

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

Syntax

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

See Also