[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPageSetup.PrintNotes

PrintNotes Property

PrintNotes

Gets or sets whether cell notes are printed as end notes with the sheet. Applies only to worksheets.

Declaration
bool PrintNotes { get; set; }
Property PrintNotes As Boolean
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.PrintNotes = true;
bool printNotes = pageSetup.PrintNotes;