_Worksheet.SmartTags Property

Returns a SmartTags object representing the identifier for the specified cell.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property SmartTags As SmartTags
    Get
'Usage
Dim instance As _Worksheet
Dim value As SmartTags

value = instance.SmartTags
SmartTags SmartTags { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.SmartTags

See Also

Reference

_Worksheet Interface

_Worksheet Members

Microsoft.Office.Interop.Excel Namespace