grand_total_name 属性
grand_total_name 属性
返回显示在总计列或行标题中的文本字符串标签。 默认值为字符串“Grand Total”。
定义:
@property
def grand_total_name(self):
...
@grand_total_name.setter
def grand_total_name(self, value):
...
返回显示在总计列或行标题中的文本字符串标签。 默认值为字符串“Grand Total”。
@property
def grand_total_name(self):
...
@grand_total_name.setter
def grand_total_name(self, value):
...