differentFirst Property

Office Open XML

Gets/sets the flag that tells Excel to display different headers and footers on the first page of the worksheet.

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

Syntax

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

See Also