CalcEngine for .NET
C1.CalcEngine Namespace / C1CalcEngine Class / IsValid Property

In This Topic
    IsValid Property (C1CalcEngine)
    In This Topic
    Gets a value that indicates whether the expression is valid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsValid As Boolean
    public bool IsValid {get;}
    See Also