Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Conditional Namespace / MatchData Structure / EvaluationContext Property


In This Topic
    EvaluationContext Property (MatchData)
    In This Topic
    Gets The evaluation context.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EvaluationContext As IEvaluationContext
    'Usage
     
    
    Dim instance As MatchData
    Dim value As IEvaluationContext
     
    value = instance.EvaluationContext
    public IEvaluationContext EvaluationContext {get;}

    Property Value

    The evaluation context.
    See Also