Represents a hyperlink in a spreadsheet cell.
Object
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public class HyperlinkGets or sets the display text of the hyperlink. If null, the URL is displayed.
public string Text { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the display text of the hyperlink. If null, the URL is displayed. |
Gets or sets the URL of the hyperlink.
public string Url { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the URL of the hyperlink. |
Creates a copy of this hyperlink.
public Documents.Spreadsheet.Hyperlink Clone()
| Type | Description |
|---|---|
| Documents.Spreadsheet.Hyperlink |