HotXLS Docs

PrintNotes property

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

Syntax

property PrintNotes: Boolean;

Example

This example prints displayed notes for sheet one.

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