print_title_rows عقار
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):
    ...
أنظر أيضا
- الوحدة aspose.cells
- فئة PageSetup