Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PrintErrors Enumeration


PrintErrors Enumeration
Specifies the type of print error displayed.
Syntax
'Declaration
 
Public Enum PrintErrors 
   Inherits System.Enum
 
'Usage
 
Dim instance As PrintErrors
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