SpreadsheetGear 2017
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 
public enum PrintErrors = class(System.Enum)
public enum PrintErrors extends System.Enum
__value public enum PrintErrors : public System.Enum 
public enum class PrintErrors : public 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