SmartTagAction Interface
Represents the actions that can be performed with smart tags.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0002445E-0000-0000-C000-000000000046")> _
Public Interface SmartTagAction
'Usage
Dim instance As SmartTagAction
[InterfaceTypeAttribute()]
[GuidAttribute("0002445E-0000-0000-C000-000000000046")]
public interface SmartTagAction
Remarks
Use the Item property of the SmartTagActions collection to return a SmartTagAction object.
Once a SmartTagAction object has been returned, you can activate a smart tag to automatically annotate data using the Execute method.