Spread WinForms 15
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
See Also