ActiveReports 9
BiffCellBoolErrValues Enumeration

The values available for the BiffCellBoolErr.ValueBoolErr property.
Syntax
'Declaration
 
Public Enum BiffCellBoolErrValues 
   Inherits System.Enum
public enum BiffCellBoolErrValues : System.Enum 
Members
MemberDescription
Div0Excel shows "#DIV/0!" as the error value when IsError is True.
FalseExcel shows "False" as the error value when IsError is False.
NAExcel shows "#N/A" as the error value when IsError is True.
NameExcel shows "#NAME!" as the error value when IsError is True.
NullExcel shows "#NULL!" as the error value when IsError is True.
NumExcel shows "#NUM!" as the error value when IsError is True.
RefExcel shows "#REF!" as the error value when IsError is True.
TrueExcel shows "True" as the error value when IsError is True.
ValueExcel shows "#VALUE!" as the error value when IsError is True.
Inheritance Hierarchy

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

Requirements

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

See Also

Reference

GrapeCity.SpreadBuilder.Cells Namespace

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum