Spread Windows Forms 12.0 Product Documentation
PrintErrors Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace : PrintErrors Enumeration
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
PrintErrorsBlankPrint errors are blank.
PrintErrorsDashPrint errors are displayed as dashes.
PrintErrorsDisplayedAll print errors are displayed.
PrintErrorsNAPrint errors are displayed as not available.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Spreadsheet.Printing Namespace