CalcEngine for .NET
C1.CalcEngine Namespace / IEngine Interface / IsValid Property

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