check_custom_number_format 属性
check_custom_number_format 属性
设置Style.Custom时是否勾选自定义数字格式。
定义:
@property
def check_custom_number_format(self):
...
@check_custom_number_format.setter
def check_custom_number_format(self, value):
...
设置Style.Custom时是否勾选自定义数字格式。
@property
def check_custom_number_format(self):
...
@check_custom_number_format.setter
def check_custom_number_format(self, value):
...