is_check_box_style属性
is_check_box_style属性
指示是否将此单元格设置为复选框。
定义:
@property
def is_check_box_style(self):
...
@is_check_box_style.setter
def is_check_box_style(self, value):
...
也可以看看
- 模块
aspose.cells
- 类
Cell
指示是否将此单元格设置为复选框。
@property
def is_check_box_style(self):
...
@is_check_box_style.setter
def is_check_box_style(self, value):
...
aspose.cells
Cell