SmartTagActions Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of SmartTagAction objects that represent the actions that can be performed with smart tags.
public interface class SmartTagActions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002445F-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface SmartTagActions : System.Collections.IEnumerable
Public Interface SmartTagActions
Implements IEnumerable
- Attributes
- Implements
Remarks
Use the SmartTagActions property of the SmartTag object to return a SmartTagActions collection.
Properties
_Default[Object] |
Reserved for internal use. |
Application |
Returns an Application object that represents the Microsoft Excel application. |
Count |
Returns the number of objects in the collection. |
Creator |
Returns a 32-bit integer that indicates the application in which this object was created. |
Item[Object] |
Returns a single object from a collection. |
Parent |
Returns the parent object for the specified object. |
Methods
GetEnumerator() |