hide_formula 属性
hide_formula 属性
将应用隐藏公式设置。
定义:
@property
def hide_formula(self):
...
@hide_formula.setter
def hide_formula(self, value):
...
也可以看看
- 模块 aspose.cells
- 类 StyleFlag
将应用隐藏公式设置。
@property
def hide_formula(self):
...
@hide_formula.setter
def hide_formula(self, value):
...