Hyperlink Class

Represents a hyperlink in a spreadsheet cell.

Inheritance

Object

Documents.Spreadsheet.Hyperlink

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class Hyperlink

Constructors

Properties

Textlink

Gets or sets the display text of the hyperlink. If null, the URL is displayed.

Declaration
public string Text { get; set; }
Property Value
Type Description
stringGets or sets the display text of the hyperlink. If null, the URL is displayed.

Urllink

Gets or sets the URL of the hyperlink.

Declaration
public string Url { get; set; }
Property Value
Type Description
stringGets or sets the URL of the hyperlink.

Methods

Clonelink

Creates a copy of this hyperlink.

Declaration
public Documents.Spreadsheet.Hyperlink Clone()
Returns
An error has occurred. This app may no longer respond until reloaded. Reload 🗙