Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PrintErrors Enumeration
In This Topic
    PrintErrors Enumeration
    In This Topic
    Represents an PrintErrors contstant specifying the type of print error displayed.
    Syntax
    public enum PrintErrors : System.Enum 
    Members
    MemberDescription
    Blank Print errors are blank.
    Dash Print errors are displayed as dashes.
    Displayed All print errors are displayed.
    NA Print errors are displayed as not available.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.PrintErrors

    See Also