print_title_rows 属性

表示包含要在每页顶部重复的单元格的行。

例子


pageSetup.print_title_rows = "$1:$1"
pageSetup.print_title_rows = "$1:$1"

定义:

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

也可以看看