Gets or sets the hyperlink target.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public string Target { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Target As String |
A string value. The default is null (Nothing in Visual Basic).
RemarksThis 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