is_row_grand_included property

is_row_grand_included property

Indicates whether the row grand total is included.

Definition:

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

See Also