[]
Represents the sort field by cell value (ascending or descending or custom value list).
public interface IValueSortField : ISortField
Public Interface IValueSortField
Inherits ISortField
Name | Description |
---|---|
CustomValues | Gets or sets the custom value list, such as:3,2,5,1. |
DataOption | Gets or sets the data option of the sort field. |
Order | Gets or sets the sort order, Ascending or Descending. |