Represents a hyperlink associated with a worksheet cell.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public class Hyperlink |
Visual Basic
Copy Code
|
|---|
Public Class Hyperlink |
RemarksObjects of this class cannot be instantiated directly. To create and associate a hyperlink with a cell, call the SetHyperlink method of the cell.
Inheritance HierarchySystem.Object![]()
MindFusion.Spreadsheet.Hyperlink
See Also