ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / BiffCellBoolErrValues Enumeration

In This Topic
    BiffCellBoolErrValues Enumeration
    In This Topic
    Possible values for the BiffCellBoolErr.ValueBoolErr property.
    Syntax
    'Declaration
     
    Public Enum BiffCellBoolErrValues 
       Inherits System.Enum
    public enum BiffCellBoolErrValues : System.Enum 
    Members
    MemberDescription
    Div0"#DIV/0!" error value (when IsError is true).
    FalseFalse value when IsError is false.
    NA"#N/A" error value (when IsError is true).
    Name"#NAME!" error value (when IsError is true).
    Null"#NULL!" error value (when IsError is true).
    Num"#NUM!" error value (when IsError is true).
    Ref"#REF!" error value (when IsError is true).
    TrueTrue value when IsError is false.
    Value"#VALUE!" error value (when IsError is true).
    Inheritance Hierarchy

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

    See Also