







![]() ![]() |
EPPlus 3.0 |
ExcelPrinterSettings..::.PrintArea Property |
ExcelPrinterSettings Class See Also Send Feedback |
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); } |