Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / PrintErrors Property


In This Topic
PrintErrors Property (PageSetup)
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
 
Public Property PrintErrors As PrintErrors
 
'Usage
 
Dim instance As PageSetup
Dim value As PrintErrors
 
instance.PrintErrors = value
 
value = instance.PrintErrors

Property Value

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