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 OrderType Order { get; set; }
Public Property Order As OrderType
	Get
	Set
public:
virtual property OrderType Order {
	OrderType get () sealed;
	void set (OrderType value) sealed;
}
abstract Order : OrderType with get, set
override Order : OrderType with get, set

Property Value

OrderType

Implements

IPageSetupBase..::..Order

See Also