comment属性
comment属性
获取该单元格的comment。
评论
如果没有 comment 适用于该单元格,则返回 null。
定义:
@property
def comment(self):
...
也可以看看
- 模块
aspose.cells
- 类
Cell
- 类
Comment
获取该单元格的comment。
如果没有 comment 适用于该单元格,则返回 null。
@property
def comment(self):
...
aspose.cells
Cell
Comment