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