ActiveReports 8
BiffCellBoolErrValues Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 Assembly > GrapeCity.SpreadBuilder.Cells Namespace : BiffCellBoolErrValues Enumeration

Glossary Item Box

The values available for the BiffCellBoolErr.ValueBoolErr property.

Syntax

Visual Basic (Declaration) 
Public Enum BiffCellBoolErrValues 
   Inherits System.Enum
C# 
public enum BiffCellBoolErrValues : System.Enum 

Members

MemberDescription
Div0Excel shows "#DIV/0!" as the error value when IsError is True.
FalseExcel shows "False" as the error value when IsError is False.
NAExcel shows "#N/A" as the error value when IsError is True.
NameExcel shows "#NAME!" as the error value when IsError is True.
NullExcel shows "#NULL!" as the error value when IsError is True.
NumExcel shows "#NUM!" as the error value when IsError is True.
RefExcel shows "#REF!" as the error value when IsError is True.
TrueExcel shows "True" as the error value when IsError is True.
ValueExcel shows "#VALUE!" as the error value when IsError is True.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.SpreadBuilder.Cells.BiffCellBoolErrValues

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