SmartTagActions Interface
A collection of SmartTagAction objects that represent 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("0002445F-0000-0000-C000-000000000046")> _
Public Interface SmartTagActions _
Inherits IEnumerable
'Usage
Dim instance As SmartTagActions
[InterfaceTypeAttribute()]
[GuidAttribute("0002445F-0000-0000-C000-000000000046")]
public interface SmartTagActions : IEnumerable
Remarks
Use the SmartTagActions property of the SmartTag object to return a SmartTagActions collection.