GrapeCity.ActiveReports.Export.Excel.v9 Assembly > GrapeCity.SpreadBuilder.Cells Namespace : BiffCellBoolErrValues Enumeration |
'Declaration Public Enum BiffCellBoolErrValues Inherits System.Enum
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