[]
Represents the sort field.
public interface ISortField
Gets the sort range.
IRange Key { get; }
Gets or sets the priority of the ISortField.
int Priority { get; set; }
Gets the sort type such as:Values, CellColor, FontColor, and so on.
SortOnType SortOn { get; }