LessThanRule Class

Conditional format rule that applies when the cell value is less than a threshold.

Inheritance

Object

Documents.Spreadsheet.ConditionalFormatBase

Documents.Spreadsheet.LessThanRule

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class LessThanRule : Documents.Spreadsheet.ConditionalFormatBase

Constructors

LessThanRulelink

Conditional format rule that applies when the cell value is less than a threshold.

Declaration
public LessThanRule()

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.

Valuelink

Gets or sets the threshold value.

Declaration
public double Value { get; set; }
Property Value
Type Description
doubleGets or sets the threshold 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 🗙