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