Command to set or remove a hyperlink on a cell.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class HyperlinkCommand : Spreadsheet.ICommand, Spreadsheet.IProtectedCommandCommand to set or remove a hyperlink on a cell.
public HyperlinkCommand(Documents.Spreadsheet.Worksheet sheet, Documents.Spreadsheet.CellRef address, Documents.Spreadsheet.Hyperlink hyperlink)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Worksheet | sheet | |
| Documents.Spreadsheet.CellRef | address | |
| Documents.Spreadsheet.Hyperlink | hyperlink |
public Spreadsheet.SpreadsheetFeature? Feature { get; }
| Type | Description |
|---|---|
| Spreadsheet.SpreadsheetFeature? |
public Documents.Spreadsheet.SheetAction RequiredAction { get; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.SheetAction |