summary_column_right property

summary_column_right property

Indicates if the summary column will be positioned to the right of the detail columns in the outline.

Definition:

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

See Also