is_hidden属性
is_hidden属性
指示行是否隐藏。
定义:
@property
def is_hidden(self):
...
@is_hidden.setter
def is_hidden(self, value):
...
也可以看看
- 模块
aspose.cells
- 类
Row
指示行是否隐藏。
@property
def is_hidden(self):
...
@is_hidden.setter
def is_hidden(self, value):
...
aspose.cells
Row