Conditional format rule that applies when the cell value is greater than a threshold.
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public class GreaterThanRule : Documents.Spreadsheet.ConditionalFormatBaseConditional format rule that applies when the cell value is greater than a threshold.
public GreaterThanRule()Gets or sets the format to apply when the rule matches.
public Documents.Spreadsheet.Format Format { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.Format | Gets or sets the format to apply when the rule matches. |
Gets or sets the threshold value.
public double Value { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the threshold value. |
public override Documents.Spreadsheet.Format GetFormat(Documents.Spreadsheet.Cell cell)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Cell | cell |
| Type | Description |
|---|---|
| Documents.Spreadsheet.Format |