SmartTag Interface

Represents an identifier that is assigned to a cell.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00024460-0000-0000-C000-000000000046")> _
Public Interface SmartTag
'Usage
Dim instance As SmartTag
[InterfaceTypeAttribute()]
[GuidAttribute("00024460-0000-0000-C000-000000000046")]
public interface SmartTag

Remarks

Use the Add method of the SmartTags collection to return a SmartTag object.

Once a SmartTag object is returned, you can store extra metadata to a smart tag by using the Add method with the Properties property.

To view the extra metadata, use the XML property of the SmartTag object.

See Also

Reference

SmartTag Members

Microsoft.Office.Interop.Excel Namespace