Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IEvaluationContext Interface / ReferenceSource Property


In This Topic
    ReferenceSource Property (IEvaluationContext)
    In This Topic
    Gets the reference source where the formula is being evaluated.
    Syntax
    'Declaration
     
    
    ReadOnly Property ReferenceSource As IReferenceSource
    'Usage
     
    
    Dim instance As IEvaluationContext
    Dim value As IReferenceSource
     
    value = instance.ReferenceSource
    IReferenceSource ReferenceSource {get;}

    Property Value

    An IReferenceSource object represents where the formula is being evaluated.
    See Also