New to Telerik Document ProcessingStart a free 30-day trial

Binds a hyperlink target to a cell range, combining location with navigation information.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public class SpreadsheetHyperlink

Inheritance: objectSpreadsheetHyperlink

Methods

Determines whether the specified object is equal to the current object.

C#
public override bool Equals(object obj)
Parameters:objobject

The object to compare with the current object.

Returns:

bool

True if the specified object is equal to the current object; otherwise, false.

Overrides: object.Equals(object)

Serves as a hash function for a particular type.

C#
public override int GetHashCode()
Returns:

int

A hash code for the current object.

Overrides: object.GetHashCode()

Properties

Gets the target address, type, and display settings for this hyperlink.

C#
public HyperlinkInfo HyperlinkInfo { get; }
Property Value:

The hyperlink information.

Gets the cell range where this hyperlink is applied.

C#
public CellRange Range { get; }
Property Value:

The cell range.