Gets or sets the hyperlink associated with this table.
SyntaxVB6
Copy Code
|
|---|
Public Property Get HyperLink() As String |
C++
Copy Code
|
|---|
public: |
A string value. The default is an empty string.
RemarksSets or gets a hyperlink associated with a table. When creating an image map via HtmlBuilder's CreateImageMap method, the hyperlink is used as HREF value for the <AREA> definition corresponding to this table.
See Also