Spread Windows Forms 12.0 Product Documentation
PrintNotes Property (PageSetup)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : PrintNotes Property
Gets or sets a value indicating whether cell notes are printed as end notes with the sheet.
Syntax
'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.
See Also

Reference

PageSetup Class
PageSetup Members