[]
Represents a sort of a range of data.
public interface ISort
Public Interface ISort
| Name | Description |
|---|---|
| Header | Gets or sets a value indicating whether the first row contains header information. |
| MatchCase | Gets or sets a value indicating whether to perform a case-sensitive sort. |
| Orientation | Gets or sets the orientation for the sort. |
| Rng | Gets or sets the range of values on which the sort is performed. |
| SortFields | Gets the ISortFields object that represents the collection of sort fields associated with the ISort object. |
| SortMethod | Gets or sets the sort method for Chinese languages. |
| Name | Description |
|---|---|
| Apply() | Sorts the range based on the currently applied sort states. |
| SetRange(IRange) | Sets the range over which the sort occurs. |
| SetRange(Reference) | Sets the range over which the sort occurs. |
| SetRange(string) | Sets the range over which the sort occurs. |