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