MindFusion.Wpf Pack Programmer's Guide
Cell.Hyperlink Property
See Also
 





Gets a Hyperlink object that represents the hyperlink associated with this cell.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Hyperlink Hyperlink { get; }

Visual Basic  Copy Code

Public ReadOnly Property Hyperlink As Hyperlink

 Property Value

An instance of the Hyperlink class.

 Remarks

To create and associate a hyperlink with the cell, call the SetHyperlink method.

 See Also

Cell Members
Cell Class
MindFusion.Spreadsheet.Wpf Namespace