'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
.