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

Property Value

SortComparsionType

Implements

ISortColumn..::..ComparsionType

See Also