Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / PrintNotes Property


In This Topic
PrintNotes Property (PageSetup)
In This Topic
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

Property Value

true if cell notes are printed as end notes with the sheet; otherwise, false.
See Also