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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2