天软金融分析.NET函数大全 > 文档处理函数 > Excel处理函数 > Excel操作相关的类 > TxlsSheet类 > TxlsSheet方法

CommentW    

简述
指定单元格的注释相关内容
定义
CommentW(Col:Integer;Row:Integer) :Array
参数
名称类型说明
ColInteger整数,列的位置,从0开始。
RowInteger 整数,行的位置,从0开始。
返回Array 数组,具体可参考Comment
    相关