Spread Windows Forms 12.0 Product Documentation
Error Property (CellValue)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > CellValue Structure : Error Property
Gets the CalcError value.
Syntax
'Declaration
 
Public Property Error As CalcError
'Usage
 
Dim instance As CellValue
Dim value As CalcError
 
instance.Error = value
 
value = instance.Error
public CalcError Error {get; set;}

Property Value

A CalcError value represents the error.
See Also

Reference

CellValue Structure
CellValue Members