Dokumentacija HotXLS

PrintNotes svojstvo

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

Sintaksa

property PrintNotes: Boolean;

Primjer

This example prints displayed notes for sheet one

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