significant_digits_type property

significant_digits_type property

Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is CellsHelper.significant_digits_type.

Definition:

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

See Also