Spread Windows Forms 17
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
    public bool PrintNotes {get; set;}

    Property Value

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