Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SyntaxHighlightEntry Structure / IsEvaluatedName Property


In This Topic
    IsEvaluatedName Property
    In This Topic
    Gets a value indicating whether the highlight entry is evalued name expression.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsEvaluatedName As Boolean
    'Usage
     
    
    Dim instance As SyntaxHighlightEntry
    Dim value As Boolean
     
    value = instance.IsEvaluatedName
    public bool IsEvaluatedName {get;}

    Property Value

    true if the highlight entry is evaluated name element; otherwise false.
    See Also