PrintArea Property

Office Open XML

The printarea. Null if no print area is set.

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

Syntax

C#
public ExcelRangeBase PrintArea { get; set; }
Visual Basic (Declaration)
Public Property PrintArea As ExcelRangeBase
Visual C++
public:
property ExcelRangeBase^ PrintArea {
	ExcelRangeBase^ get ();
	void set (ExcelRangeBase^ value);
}

See Also