Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / PrintNotes Property


In This Topic
    PrintNotes Property (PrintInfo)
    In This Topic
    Gets or sets how cell notes are printed after the sheet(s).
    Syntax
    'Declaration
     
    
    Public Property PrintNotes As PrintNotes
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As PrintNotes
     
    instance.PrintNotes = value
     
    value = instance.PrintNotes
    public PrintNotes PrintNotes {get; set;}
    See Also