| Visual Basic (Declaration) | |
|---|---|
Public Enum BiffCellBoolErrValues Inherits System.Enum  | |
| C# | |
|---|---|
public enum BiffCellBoolErrValues : System.Enum  | |
| Member | Description | 
|---|---|
| Div0 | Excel shows "#DIV/0!" as the error value when IsError is True. | 
| False | Excel shows "False" as the error value when IsError is False. | 
| NA | Excel shows "#N/A" as the error value when IsError is True. | 
| Name | Excel shows "#NAME!" as the error value when IsError is True. | 
| Null | Excel shows "#NULL!" as the error value when IsError is True. | 
| Num | Excel shows "#NUM!" as the error value when IsError is True. | 
| Ref | Excel shows "#REF!" as the error value when IsError is True. | 
| True | Excel shows "True" as the error value when IsError is True. | 
| Value | Excel shows "#VALUE!" as the error value when IsError is True. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.SpreadBuilder.Cells.BiffCellBoolErrValues