Spread Windows Forms 17
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
    public CalcError Error {get; set;}

    Property Value

    A CalcError value represents the error.
    See Also