MindFusion.Wpf Pack Programmer's Guide
Hyperlink.Target Property
See Also
 





Gets or sets the hyperlink target.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public string Target { get; set; }

Visual Basic  Copy Code

Public Property Target As String

 Property Value

A string value. The default is null (Nothing in Visual Basic).

 Remarks

This is the URL for WebAddress hyperlinks, the e-mail address for EmailAddress hyperlinks, the document path for ExistingFile hyperlinks, and the cell reference for CurrentWorkbook hyperlinks.

 See Also

Hyperlink Members
Hyperlink Class
MindFusion.Spreadsheet.Wpf Namespace