Gets or sets the hyperlink associated with the cell.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string HyperLink { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HyperLink As String |
A string value containing the hyperlink URL.
See Also