Command to apply borders to all edges of all cells in a range.
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class AllBordersCommand : Spreadsheet.RangeFormatCommandBase, Spreadsheet.ICommand, Spreadsheet.IProtectedCommandCommand to apply borders to all edges of all cells in a range.
public AllBordersCommand(Documents.Spreadsheet.Worksheet sheet, Documents.Spreadsheet.RangeRef range, Documents.Spreadsheet.BorderStyle style)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Worksheet | sheet | |
| Documents.Spreadsheet.RangeRef | range | |
| Documents.Spreadsheet.BorderStyle | style |
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 |