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

Syntax

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

Property Value

SortOrientationType

Implements

IDataSort..::..Orientation

See Also