Conditional format rule that applies when the cell value contains specified text.
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public class TextContainsRule : Documents.Spreadsheet.ConditionalFormatBaseConditional format rule that applies when the cell value contains specified text.
public TextContainsRule()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 text to search for.
public string Text { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the text to search for. |
public override Documents.Spreadsheet.Format GetFormat(Documents.Spreadsheet.Cell cell)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Cell | cell |
| Type | Description |
|---|---|
| Documents.Spreadsheet.Format |