Actions 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定系列的所有 Action 对象的集合。
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
- 属性
- 实现
属性
_Default[Object] |
指定系列的所有 Action 对象的集合。 |
Application |
在没有对象限定符的情况下使用时,此属性返回一个 _Application 表示 Microsoft Office Excel 应用程序的 对象。 如果与对象识别符一起使用,则此属性返回代表指定对象的创建者的 Application 对象。 此为只读属性。 |
Count |
返回集合中对象的数目。 只读 整数 |
Creator |
在枚举中 XlCreator 返回一个常量,该常量指示创建此对象的应用程序。 此为只读属性。 |
Item[Object] |
返回一个 Action 对象,该对象表示工作簿中的操作。 此为只读属性。 |
Parent |
返回指定对象的父对象。 只读。 |
方法
GetEnumerator() |
指定系列的所有 Action 对象的集合。 |