significant_digits property

significant_digits property

Gets and sets the number of significant digits. The default value is 17.

Remarks

Only could be 15 or 17 now. NOTE: This member is now obsolete. Instead, please use CellsHelper.significant_digits_type. This property will be removed 12 months later since June 2025. Aspose apologizes for any inconvenience you may have experienced.

Definition:

@property
def significant_digits(self):
    ...
@staticmethod
def set_significant_digits(value):
    ...

See Also