PrintErrors Property (PageSetup)
In This Topic
Gets or sets a
PrintErrors constant 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 constant specifying the type of print error displayed.
See Also