ISortColumn
ComparsionType Property
|
Represents the sort by in the range.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
SortComparsionType ComparsionType { get; set; }
Property ComparsionType As SortComparsionType
Get
Set
property SortComparsionType ComparsionType {
SortComparsionType get ();
void set (SortComparsionType value);
}
abstract ComparsionType : SortComparsionType with get, set
Property Value
Type:
SortComparsionType
See Also