Specifies the value the sort comparison runs against - the cell's stored value, its background color, or its font color.
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public enum SortOn| Name | Description |
|---|---|
| Values | Compare the cell's stored value (default). |
| CellColor | Group cells whose BackgroundColor matches CustomColor. |
| FontColor | Group cells whose Color (font color) matches CustomColor. |