set_text_of_sub_total方法
set_text_of_sub_total(self, sub_total_type, text)
在数据透视表中设置 PivotFieldSubtotalType
类型的文本。
def set_text_of_sub_total(self, sub_total_type, text):
...
范围 | 类型 | 描述 |
---|---|---|
sub_total_type | aspose.cells.pivot.PivotFieldSubtotalType | PivotFieldSubtotalType |
text | str | 给定类型的文本 |