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