grand_total_name property

grand_total_name property

Returns the text string label that is displayed in the grand total column or row heading. The default value is the string “Grand Total”.

Definition:

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

See Also