XlsHyperLink
UnicodePath Property
|
Gets/sets an optional string of Unicode characters
that specifies the complete file path.
When the property Type is not HyperLinkType.File,
this property is invalid.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string UnicodePath { get; set; }
Public Property UnicodePath As String
Get
Set
public:
property String^ UnicodePath {
String^ get ();
void set (String^ value);
}
member UnicodePath : string with get, set
Property Value
Type:
String
See Also