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


In This Topic
    IsImporting Property
    In This Topic
    Gets a boolean value indicating whether the context is in importing process.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsImporting As Boolean
    'Usage
     
    
    Dim instance As FormulaEngine
    Dim value As Boolean
     
    value = instance.IsImporting
    public bool IsImporting {get;}

    Property Value

    true if the context is in importing process; otherwise, false.
    See Also