Gets or set the url of a hyperlink.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
string TargetUri { get; set; }
Property TargetUri As String Get Set
property String^ TargetUri { String^ get (); void set (String^ value); }
abstract TargetUri : string with get, set