Search
TableNode.Cell.HyperLink Property
See Also
 





Gets or sets the hyperlink associated with the cell.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string HyperLink { get; set; }

Visual Basic  Copy Code

Public Property HyperLink As String

 Property Value

A string value containing the hyperlink URL.

 Remarks

This property is used by the CreateImageMap method of the HtmlBuilder class. Its value is assigned to the HREF attribute of the <AREA> tag that corresponds to the cell. Map areas are defined for table cells only if the AreasForTableCells property is enabled.

 See Also