Comment 接口

定义

代表单元格批注。

public interface class Comment
[System.Runtime.InteropServices.Guid("00024427-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Comment
Public Interface Comment
属性

注解

Comment 对象是 集合的成员Comments

Comment使用 属性可返回 Comment 对象。

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

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

属性

Application

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

Author

返回或设置批注的作者。

Creator

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

Parent

返回指定对象的父对象。

Shape

返回一个 Shape 对象,该对象表示附加到指定注释的形状。

Visible

决定对象是否可见。

方法

Delete()

删除对象。

Next()

返回一个 Comment 对象,该对象表示下一个注释。

Previous()

返回一个 对象,该对象代表上一 Comment 个注释。

Text(Object, Object, Object)

设置批注文本。

适用于