Base class for conditional formatting rules.
Object
Documents.Spreadsheet.GreaterThanRule
Documents.Spreadsheet.LessThanRule
Documents.Spreadsheet.BetweenRule
Documents.Spreadsheet.EqualToRule
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public abstract class ConditionalFormatBaseBase class for conditional formatting rules.
protected ConditionalFormatBase()Calculates the conditional Format for the provided Cell. Return null when the rule does not apply.
public abstract Documents.Spreadsheet.Format GetFormat(Documents.Spreadsheet.Cell cell)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Cell | cell |
| Type | Description |
|---|---|
| Documents.Spreadsheet.Format |