Action 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.
Represents an action to be executed in PivotTable or Worksheetdata.
public interface class Action
[System.Runtime.InteropServices.Guid("0002448F-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Action
Public Interface Action
- Attributes
Properties
Application |
When used without an object qualifier, this property returns an _Application object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only. |
Caption |
Returns the caption assigned to the Actionobject. Read-only String. |
Content |
Returns the content associated to the Action object. Read-only String. |
Coordinate |
Returns the coordinate property of the Action object. Read-only |
Creator |
Returns a constant in the XlCreator enumeration that indicates the application in which this object was created. Read-only. |
Name |
Returns the name of the object. Read-only String. |
Parent |
Returns the parent object for the specified object. Read-only. |
Type |
Returns the action type. Read-only XlActionType. |
Methods
Execute() |
Performs the specified action. |