value property
value property
Indicates if the checkbox is checked or not.
Definition:
@property
def value(self):
...
@value.setter
def value(self, value):
...
See Also
- module
aspose.cells.drawing
- class
CheckBox
Indicates if the checkbox is checked or not.
@property
def value(self):
...
@value.setter
def value(self, value):
...
aspose.cells.drawing
CheckBox