SpreadsheetGear 2023
PrintErrors Enumeration


SpreadsheetGear Namespace : PrintErrors Enumeration
Specifies whether and how to print cell errors.
Syntax
'Declaration
 
Public Enum PrintErrors 
   Inherits System.Enum
'Usage
 
Dim instance As PrintErrors
public enum PrintErrors : System.Enum 
Members
MemberDescription
AsBlankPrint errors as blank.
AsDashPrint errors as dashes ("---").
AsDisplayedPrint errors as they are displayed on screen.
AsNAPrint errors as #N/A.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.PrintErrors

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

SpreadsheetGear Namespace
PrintErrors Property