Spread Windows Forms 12.0 Product Documentation
Error Property (CellValue)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CellValue Structure : Error Property
Gets the GrapeCity.CalcEngine.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 GrapeCity.CalcEngine.CalcError value represents the error.
See Also

Reference

CellValue Structure
CellValue Members