Spread Silverlight Documentation
ExcelPrintOrientation Enumeration


Specifies the page orientation used to print the sheet.
Syntax
'Declaration
 
Public Enum ExcelPrintOrientation 
   Inherits System.Enum
'Usage
 
Dim instance As ExcelPrintOrientation
public enum ExcelPrintOrientation : System.Enum 
Members
MemberDescription
Auto[0] Uses the current printer setting
Landscape[2] Prints the sheet in landscape orientation
Portrait[1] Prints the sheet in portrait orientation
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.ExcelPrintOrientation

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.