SpreadsheetGear 2023
PrintErrors Property (IPageSetup)


SpreadsheetGear Namespace > IPageSetup Interface : PrintErrors Property
Gets or sets the property which specifies whether and how to print cell errors.
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;}
Remarks
This setting is read, written and maintained but is not taken into account when SpreadsheetGear prints a workbook.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IPageSetup Interface
IPageSetup Members