Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcExternalErrorExpression Class / Source Property


In This Topic
    Source Property (CalcExternalErrorExpression)
    In This Topic
    Gets the owner of current error.
    Syntax
    'Declaration
     
    Public ReadOnly Property Source As ICalcSource
    'Usage
     
    Dim instance As CalcExternalErrorExpression
    Dim value As ICalcSource
     
    value = instance.Source
    public ICalcSource Source {get;}

    Property Value

    A GrapeCity.CalcEngine.ICalcSource value that represents the owner of current error.
    See Also