Action Members

Include Protected Members
Include Inherited Members

Represents an action to be executed in PivotTable or Worksheetdata.

The Action type exposes the following members.

Properties

  Name Description
Public property 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.
Public property Caption Returns the caption assigned to the Action()object. Read-only String.
Public property Content Returns the content associated to the Action() object. Read-only String.
Public property Coordinate Returns the coordinate property of the Action() object. Read-only
Public property Creator Returns a constant in the XlCreator enumeration that indicates the application in which this object was created. Read-only.
Public property Name Returns the name of the object. Read-only String.
Public property Parent Returns the parent object for the specified object. Read-only.
Public property Type Returns the action type. Read-only XlActionType.

Top

Methods

  Name Description
Public method Execute Performs the specified action.

Top

See Also

Reference

Action Interface

Microsoft.Office.Interop.Excel Namespace