is_check_box_style property

is_check_box_style property

Indicates whether setting this cell as a check box.

Definition:

@property
def is_check_box_style(self):
    ...
@is_check_box_style.setter
def is_check_box_style(self, value):
    ...

See Also