'Declaration Public Property PrintNotes As Boolean
'Usage Dim instance As PageSetup Dim value As Boolean instance.PrintNotes = value value = instance.PrintNotes
public bool PrintNotes {get; set;}
Property Value
true
if cell notes are printed as end notes with the sheet; otherwise, false
.