CellError enumeration

Defines the supported cell error values that can be returned in an object during a call to the methods GetRange(String, String, RangeCoordinates, Boolean, []) and GetCell(String, String, Int32, Int32, Boolean, []).

Namespace:  Microsoft.Office.Excel.Server.WebServices
Assembly:  Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)

Syntax

'Declaration
Public Enumeration CellError
'Usage
Dim instance As CellError
public enum CellError

Members

Member name Description
Div0 Equivalent to Excel cell value #DIV/0!
NA Equivalent to Excel cell value #N/A
Name Equivalent to Excel cell value #NAME?
Null Equivalent to Excel cell value #NULL!
Num Equivalent to Excel cell value #NUM!
Ref Equivalent to Excel cell value #REF!
Value Equivalent to Excel cell value #VALUE!

Remarks

The "#" cell error values in Excel are mapped to the Excel Web Services enumerator type, in ranges returned by the Web service.

See also

Reference

Microsoft.Office.Excel.Server.WebServices namespace