print_comments property

The way comments are printed with the sheet; default is PrintNoComments.

Definition:

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

See Also