







![]() ![]() |
EPPlus 3.0 |
ExcelPrinterSettings..::.Orientation Property |
ExcelPrinterSettings Class See Also Send Feedback |
Orientation
Portrait or Landscape
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public eOrientation Orientation { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Orientation As eOrientation |
Visual C++ |
---|
public: property eOrientation Orientation { eOrientation get (); void set (eOrientation value); } |