Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / PrintErrors Property


In This Topic
    PrintErrors Property (IPageSetup)
    In This Topic
    Gets or sets a PrintErrors contstant specifying the type of print error displayed. This feature allows users to suppress the display of error values when printing a worksheet.
    Syntax
    'Declaration
     
    
    Property PrintErrors As PrintErrors
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As PrintErrors
     
    instance.PrintErrors = value
     
    value = instance.PrintErrors
    PrintErrors PrintErrors {get; set;}

    Property Value

    A PrintErrors contstant specifying the type of print error displayed.
    See Also