get_boolean_value_string method
get_boolean_value_string(self, bv)
Gets the display string value for cell’s boolean value
Returns
By default returns “TRUE” for true value and “FALSE” for false value.
def get_boolean_value_string(self, bv):
...
| Parameter | Type | Description |
|---|---|---|
| bv | bool | boolean value |
See Also
- module
aspose.cells - class
GlobalizationSettings