is_visible 属性
is_visible 属性
指示名称是否可见。
定义:
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...
也可以看看
- 模块 aspose.cells
- 类 Name
指示名称是否可见。
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...