[]
Gets or sets whether cell notes are printed as end notes with the sheet. Applies only to worksheets.
bool PrintNotes { get; set; }
Property PrintNotes As Boolean
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.PrintNotes = true;
bool printNotes = pageSetup.PrintNotes;