Range.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 Range
Dim value As SmartTags
value = instance.SmartTags
SmartTags SmartTags { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.SmartTags