print_title_columns property

Represents the columns that contain the cells to be repeated on the left side of each page.

Example


pageSetup.print_title_columns = "$A:$A"
pageSetup.print_title_columns = "$A:$A"

Definition:

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

See Also