Represents a command to apply formatting to a range of cells in a spreadsheet.
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class FormatCommand : Spreadsheet.RangeFormatCommandBase, Spreadsheet.ICommand, Spreadsheet.IProtectedCommandRepresents a command to apply formatting to a range of cells in a spreadsheet.
public FormatCommand(Documents.Spreadsheet.Worksheet sheet, Documents.Spreadsheet.RangeRef range, Documents.Spreadsheet.Format format)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Worksheet | sheet | |
| Documents.Spreadsheet.RangeRef | range | |
| Documents.Spreadsheet.Format | format |
public Documents.Spreadsheet.SheetAction RequiredAction { get; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.SheetAction |
protected override Documents.Spreadsheet.Format ApplyFormat(Documents.Spreadsheet.Format current, Documents.Spreadsheet.CellRef cellRef)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Format | current | |
| Documents.Spreadsheet.CellRef | cellRef |
| Type | Description |
|---|---|
| Documents.Spreadsheet.Format |