HotXLS-dokumentasjon

PrintNotes egenskap

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

Syntaks

property PrintNotes: Boolean;

Eksempel

This example prints displayed notes for sheet one

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