Conditional format rule that applies when the cell value equals a specific value.
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public class EqualToRule : Documents.Spreadsheet.ConditionalFormatBaseConditional format rule that applies when the cell value equals a specific value.
public EqualToRule()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 value to compare against.
public object Value { get; set; }
| Type | Description |
|---|---|
| object | Gets or sets the value to compare against. |
public override Documents.Spreadsheet.Format GetFormat(Documents.Spreadsheet.Cell cell)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Cell | cell |
| Type | Description |
|---|---|
| Documents.Spreadsheet.Format |