custom property

custom property

Represents the custom number format string of this style object. If the custom number format is not set(For example, the number format is builtin), "" will be returned.

Remarks

The returned custom string is culture-independent.

Definition:

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

See Also