ActiveReports 12
BiffCellBoolErrValues Enumeration

GrapeCity.ActiveReports.Export.Excel.v12 Assembly > GrapeCity.SpreadBuilder.Cells Namespace : BiffCellBoolErrValues Enumeration
The values available for the BiffCellBoolErr.ValueBoolErr property.
Syntax
'Declaration
 
Public Enum BiffCellBoolErrValues 
   Inherits System.Enum
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

Reference

GrapeCity.SpreadBuilder.Cells Namespace