Gets a Hyperlink object that represents the hyperlink associated with this cell.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Hyperlink Hyperlink { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Hyperlink As Hyperlink |
An instance of the Hyperlink class.
RemarksTo create and associate a hyperlink with the cell, call the SetHyperlink method.
See Also