您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
SEARCH
接口的使用
com.grapecity.documents.excel.IComment
使用
IComment
的程序包
程序包
说明
com.grapecity.documents.excel
com.grapecity.documents.excel
中
IComment
的使用
返回
IComment
的
com.grapecity.documents.excel
中的方法
修饰符和类型
方法
说明
IComment
IRange.
addComment
(
String
text)
添加注释到当前范围。
IComment
IComments.
get
(int Index)
获取注释索引。
IComment
IRange.
getComment
()
返回一个
IComment
实例,可用于获取和设置单元格的注释属性。
IComment
IComment.
next
()
返回代表下一个注释的
IComment
对象。
IComment
IComment.
previous
()
返回表示上一个注释的
IComment
对象。