is_column_grand_included property

is_column_grand_included property

Indicates whether the column grand total is included.

Definition:

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

See Also