Spread Windows Forms 12.0 Product Documentation
PrintErrors Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : PrintErrors Property
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
 
Public Property PrintErrors As PrintErrors
'Usage
 
Dim instance As PageSetup
Dim value As PrintErrors
 
instance.PrintErrors = value
 
value = instance.PrintErrors
public PrintErrors PrintErrors {get; set;}

Property Value

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

Reference

PageSetup Class
PageSetup Members