comment 属性
comment 属性
获取和设置场景的 comment。
定义:
@property
def comment(self):
...
@comment.setter
def comment(self, value):
...
也可以看看
- 模块 aspose.cells
- 类 Scenario
获取和设置场景的 comment。
@property
def comment(self):
...
@comment.setter
def comment(self, value):
...