Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PrintErrors Enumeration


In This Topic
    PrintErrors Enumeration
    In This Topic
    Specifies the type of print error displayed.
    Syntax
    'Declaration
     
    
    Public Enum PrintErrors 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PrintErrors
    public enum PrintErrors : System.Enum 
    Members
    MemberDescription
    BlankPrint errors are blank.
    DashPrint errors are displayed as dashes.
    DisplayedAll print errors are displayed.
    NotAvailablePrint errors are displayed as not available.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Printing.PrintErrors

    See Also