print_title_rows property
print_title_rows property
Represents the rows that contain the cells to be repeated at the top of each page.
Example
pageSetup.print_title_rows = "$1:$1"
pageSetup.print_title_rows = "$1:$1"
Definition:
@property
def print_title_rows(self):
...
@print_title_rows.setter
def print_title_rows(self, value):
...
See Also
- module
aspose.cells
- class
PageSetup