Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CellError Enumeration
See Also  
Dundas.SharePoint.Charting.WebParts.ExcelWebService Namespace : CellError Enumeration


Syntax

Visual Basic (Declaration)  
<XmlTypeAttribute("http://schemas.microsoft.com/office/excel/server/webservices")>
<GeneratedCodeAttribute(Tool="System.Xml", Version="2.0.50727.42")>
<SerializableAttribute()>
Public Enum CellError 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As CellError
C#  
[XmlTypeAttribute("http://schemas.microsoft.com/office/excel/server/webservices")]
[GeneratedCodeAttribute(Tool="System.Xml", Version="2.0.50727.42")]
[SerializableAttribute()]
public enum CellError : Enum 

Members

Member Description
Div0  
NA  
Name  
Null  
Num  
Ref  
Value  

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.SharePoint.Charting.WebParts.ExcelWebService.CellError

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also