Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PageOrientationType Orientation { get; set; }
Public Property Orientation As PageOrientationType
	Get
	Set
public:
virtual property PageOrientationType Orientation {
	PageOrientationType get () sealed;
	void set (PageOrientationType value) sealed;
}
abstract Orientation : PageOrientationType with get, set
override Orientation : PageOrientationType with get, set

Property Value

PageOrientationType

Implements

IPageSetupBase..::..Orientation

See Also