Command to apply border styles to the edges of a range.
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class BorderCommand : Spreadsheet.RangeFormatCommandBase, Spreadsheet.ICommand, Spreadsheet.IProtectedCommandCommand to apply border styles to the edges of a range.
public BorderCommand(Documents.Spreadsheet.Worksheet sheet, Documents.Spreadsheet.RangeRef range, Documents.Spreadsheet.BorderStyle top, Documents.Spreadsheet.BorderStyle right, Documents.Spreadsheet.BorderStyle bottom, Documents.Spreadsheet.BorderStyle left)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Worksheet | sheet | |
| Documents.Spreadsheet.RangeRef | range | |
| Documents.Spreadsheet.BorderStyle | top | |
| Documents.Spreadsheet.BorderStyle | right | |
| Documents.Spreadsheet.BorderStyle | bottom | |
| Documents.Spreadsheet.BorderStyle | left |
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 |