print_comments 属性
print_comments 属性
表示注释随工作表一起打印的方式。
定义:
@property
def print_comments(self):
...
@print_comments.setter
def print_comments(self, value):
...
表示注释随工作表一起打印的方式。
@property
def print_comments(self):
...
@print_comments.setter
def print_comments(self, value):
...