Conditional format rule that applies when the cell value is between two thresholds.
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public class BetweenRule : Documents.Spreadsheet.ConditionalFormatBaseConditional format rule that applies when the cell value is between two thresholds.
public BetweenRule()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 maximum value.
public double Maximum { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the maximum value. |
Gets or sets the minimum value.
public double Minimum { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the minimum value. |
public override Documents.Spreadsheet.Format GetFormat(Documents.Spreadsheet.Cell cell)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Cell | cell |
| Type | Description |
|---|---|
| Documents.Spreadsheet.Format |