Namespace Telerik.Windows.Documents.Spreadsheet.Model.Sorting
Classes
|
Sort condition that orders cell values according to a custom list sequence, placing matching items first. |
|
Sort condition that orders cells by their background fill color, grouping matching fills together. |
|
Sort condition that orders rows or columns by cell text foreground color, placing cells with a specified color first or last. |
|
Abstract base for sort conditions that apply ascending or descending order to cell properties. |
|
Abstract base for sort conditions that compare typed cell properties to determine row or column order. |
|
Thrown when an error occurs during sorting operations on worksheet cells. |
|
Manages the active sort configuration for a worksheet, including the sorted range and applied sort conditions. |
|
Pairs a cell value with its original row or column index before sorting, enabling position tracking during sort operations. |
|
Sort condition that orders rows or columns by cell values, comparing numbers, text, dates, and other data types. |
Interfaces
|
Defines a condition for sorting rows or columns in a worksheet range, specifying which cell property to compare and how to order the results. |
Enums
|
Specifies the direction in which to sort cell values: ascending or descending. |