Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SyntaxHighlight Class / IsValidFormula Property


In This Topic
    IsValidFormula Property
    In This Topic
    Indicates that current formula is a valid or not.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsValidFormula As Boolean
    'Usage
     
    
    Dim instance As SyntaxHighlight
    Dim value As Boolean
     
    value = instance.IsValidFormula
    public bool IsValidFormula {get;}
    See Also