ActiveReports Developer 7
BiffCellBoolErrValues Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 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

See Also