Share via


TypeExporter.CellError property

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Property CellError As CellError
    Get
    Set
'Usage
Dim instance As TypeExporter
Dim value As CellError

value = instance.CellError

instance.CellError = value
public CellError CellError { get; set; }

Property value

Type: Microsoft.Office.Excel.Server.WebServices.CellError

See also

Reference

TypeExporter class

TypeExporter members

Microsoft.Office.Excel.Server.WebServices namespace