print_comments property

Represents the way comments are printed with the sheet.

Definition:

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

See Also