Class | Description | |
---|---|---|
CustomListSortCondition | Represents a sort condition which will sort cells based on a custom, ordered list of values. | |
FillSortCondition | Represents a sort condition which will sort cells based on their background fill. | |
FontColorSortCondition | Represents a sort condition which will sort cells based on their fonts colors. | |
IconSortCondition | Represents a sort condition which will sort cells based on a specific conditioanl formmat icon. | |
OrderedSortCondition | Represents an ordered sort condition, which can sort data in either an ascending or descending manner. | |
RelativeIndexSortSettings | Represents the settings which apply to sorting a region of values based on indices relative to either the Worksheet's Infragistics.Documents.Excel.Worksheet.FilterSettings or Infragistics.Documents.Excel.Worksheet.SortSettings region. | |
SortCondition | Abstract base class for the sort conditions which describe how to sort data in a region. | |
SortConditionCollection<T> | An ordered collection of sort conditions which are applied to a sort-able regions in a worksheet. | |
SortSettings<T> | Represents the settings which apply to sorting a region of values. | |
WorksheetSortSettings | Exposes methods to identify a region in the wroksheet and to apply sort criteria to that region. |
Interface | Description | |
---|---|---|
ISortable | A type representing a range of cells which can be sorted. |
Enumeration | Description | |
---|---|---|
SortDirection | Represents the various sort directions which can be used with a SortCondition. |