ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder.Cells Namespace / BiffCellBoolErrValues Enumeration

In This Topic
    BiffCellBoolErrValues Enumeration
    In This Topic
    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