SmartTag.DownloadURL Property
Returns a String representing the Uniform Resource Locator (URL) for a smart tag.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property DownloadURL As String
Get
'Usage
Dim instance As SmartTag
Dim value As String
value = instance.DownloadURL
string DownloadURL { get; }
Property Value
Type: System.String
Remarks
The URL address is specified in the related smart tag recognizer file. When a piece of text is recognized and marked, the URL becomes part of the information contained in the smart tag. The DownloadURL property is useful if a document is sent to someone who does not have the necessary recognizer and action files installed on their computer. The user can follow the URL to download the necessary smart tag files.