Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / FormulaEngine Class / IsImporting Property


In This Topic
    IsImporting Property
    In This Topic
    Get current importing state of this FormulaEngine.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsImporting As Boolean
    'Usage
     
    
    Dim instance As FormulaEngine
    Dim value As Boolean
     
    value = instance.IsImporting
    public bool IsImporting {get;}
    See Also