Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcError Class / Reference Property
Example


In This Topic
    Reference Property
    In This Topic
    Occurs when a cell reference is invalid.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Reference As CalcError
    'Usage
     
    
    Dim value As CalcError
     
    value = CalcError.Reference
    public static CalcError Reference {get;}

    Property Value

    CalcError object containing this type of error
    Example
    This example returns the error value.
    See Also