custom属性
custom属性
表示此样式对象的 custom 数字格式字符串。 如果未设置custom数字格式(例如,数字格式是内置的),则返回“”。
注意事项
返回的 custom 字符串与文化无关。
定义:
@property
def custom(self):
...
@custom.setter
def custom(self, value):
...
表示此样式对象的 custom 数字格式字符串。 如果未设置custom数字格式(例如,数字格式是内置的),则返回“”。
返回的 custom 字符串与文化无关。
@property
def custom(self):
...
@custom.setter
def custom(self, value):
...