BetweenRule Class

Conditional format rule that applies when the cell value is between two thresholds.

Inheritance

Object

Documents.Spreadsheet.ConditionalFormatBase

Documents.Spreadsheet.BetweenRule

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class BetweenRule : Documents.Spreadsheet.ConditionalFormatBase

Constructors

BetweenRulelink

Conditional format rule that applies when the cell value is between two thresholds.

Declaration
public BetweenRule()

Properties

Formatlink

Gets or sets the format to apply when the rule matches.

Declaration
public Documents.Spreadsheet.Format Format { get; set; }
Property Value
Type Description
Documents.Spreadsheet.FormatGets or sets the format to apply when the rule matches.

Maximumlink

Gets or sets the maximum value.

Declaration
public double Maximum { get; set; }
Property Value
Type Description
doubleGets or sets the maximum value.

Minimumlink

Gets or sets the minimum value.

Declaration
public double Minimum { get; set; }
Property Value
Type Description
doubleGets or sets the minimum value.

Methods

GetFormatlink

Declaration
public override Documents.Spreadsheet.Format GetFormat(Documents.Spreadsheet.Cell cell)
Parameters
Type Name Description
Documents.Spreadsheet.Cell cell
Returns
An error has occurred. This app may no longer respond until reloaded. Reload 🗙