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)

Usage

Public Class martTagActionImplementation
    Implements SmartTagAction
End Class
Dim martTagActionImplementation1 As New martTagActionImplementation()

Syntax

Public Interface SmartTagAction
public interface SmartTagAction
public interface class SmartTagAction
public interface SmartTagAction
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

SmartTagAction Members