Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / PrintNotes Property
Example


In This Topic
    PrintNotes Property
    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;}
    Example
    This sets the properties for the PrintInfo class.
    See Also