Actions Interface

Definition

A collection of all Action objects for the specified series.

public interface class Actions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00024490-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Actions : System.Collections.IEnumerable
Public Interface Actions
Implements IEnumerable
Attributes
Implements

Properties

_Default[Object]
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.

Count

Returns the number of objects in the collection. Read-only Integer

Creator

Returns a constant in the XlCreator enumeration that indicates the application in which this object was created. Read-only.

Item[Object]

Returns an Action object that represents an action in a workbook. Read-only.

Parent

Returns the parent object for the specified object. Read-only.

Methods

GetEnumerator()

Applies to