Comments 接口

定义

由单元格批注组成的集合。 每个注释由 对象 Comment 表示。

public interface class Comments : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00024426-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Comments : System.Collections.IEnumerable
Public Interface Comments
Implements IEnumerable
属性
实现

注解

Comments使用 属性可返回 Comments 集合。

AddComment(Object)使用 方法向区域添加注释。

使用 注释 (index) (其中 index 是批注编号)从 Comments 集合返回单个 批注

属性

_Default[Int32]

仅供内部使用。

Application

返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。

Count

返回集合中对象的数目。

Creator

返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。

Parent

返回指定对象的父对象。

方法

GetEnumerator()

由单元格批注组成的集合。 每个注释由 对象 Comment 表示。

Item(Int32)

从集合中返回一个对象。

适用于