Τεκμηρίωση HotXLS

PrintNotes ιδιότητα

True if cell notes are printed as displayed on the worksheet. Read/write Boolean

Σύνταξη

property PrintNotes: Boolean;

Παράδειγμα

This example prints displayed notes for sheet one

Workbook.Worksheets[1].PageSetup.PrintNotes := True;