Class
SpreadsheetHyperlink

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:

cs-api-definition
public class SpreadsheetHyperlink

Inheritance: objectSpreadsheetHyperlink

Properties

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

Declaration

cs-api-definition
public HyperlinkInfo HyperlinkInfo { get; }

Property Value

HyperlinkInfo

The hyperlink information.

Gets the cell range where this hyperlink is applied.

Declaration

cs-api-definition
public CellRange Range { get; }

Property Value

CellRange

The cell range.

Methods

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

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

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.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for the current object.

Overrides object.GetHashCode()