[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageSettings.PrintErrors

PrintErrors Property

PrintErrors

Gets or sets the print error display option for the page.

Declaration
public PrintErrors PrintErrors { get; set; }
Public Property PrintErrors As PrintErrors
Examples
PageSettings pageSettings = new PageSettings();
pageSettings.PrintErrors = PrintErrors.Dash;
PrintErrors printErrors = pageSettings.PrintErrors;