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