[]
Represents the sort by value field.
public class ValueSortField : SortFieldBase, IValueSortField, ISortField
Specifies the normal construct method.
public ValueSortField(IRange key, SortOrder order = SortOrder.Ascending)
Specifies the custom sort construct method.
public ValueSortField(IRange key, string customValues)
key
IRangethe column index
customValues
stringcustom list string
Specifies the custom sort list string.
public string CustomValues { get; set; }
Specifies the data option of the sort field.
public SortDataOption DataOption { get; set; }
Specifies the sort order.
public SortOrder Order { get; set; }
Specifies the sort type.
public override SortOnType SortOn { get; }