Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / Error Property


In This Topic
Error Property (CellValue)
In This Topic
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

Property Value

A CalcError value represents the error.
See Also