[]
Represents the sort interface.
public interface ISort
Gets or sets whether the sort range contains a header.
bool Header { get; set; }
Gets or sets whether the sort is case sensitive.
bool MatchCase { get; set; }
Gets or sets the sort orientation.
SortOrientation Orientation { get; set; }
Gets or sets the sort range.
IRange Range { get; set; }
Gets the sort condition list.
ISortFields SortFields { get; }
Applies the sort.
void Apply()