Command to add a conditional formatting rule to a range.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class ConditionalFormatCommand : Spreadsheet.ICommand, Spreadsheet.IProtectedCommandCommand to add a conditional formatting rule to a range.
public ConditionalFormatCommand(Documents.Spreadsheet.Worksheet sheet, Documents.Spreadsheet.RangeRef range, Documents.Spreadsheet.ConditionalFormatBase rule)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Worksheet | sheet | |
| Documents.Spreadsheet.RangeRef | range | |
| Documents.Spreadsheet.ConditionalFormatBase | rule |
public Spreadsheet.SpreadsheetFeature? Feature { get; }
| Type | Description |
|---|---|
| Spreadsheet.SpreadsheetFeature? |
public Documents.Spreadsheet.SheetAction RequiredAction { get; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.SheetAction |