Τεκμηρίωση HotXLS

LeftFooter ιδιότητα

Επιστρέφει or sets the left part of the footer. Read/write WideString

Σύνταξη

property LeftFooter: WideString;

Περιγραφή

Special format codes can be used in the footer text

Παράδειγμα

This example prints the page number in the lower-left corner of every page

Workbook.Sheets[1].PageSetup.LeftFooter := '&P';