Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / FormulaEngine Class / IsExporting Property


In This Topic
IsExporting Property
In This Topic
Gets current exporting state of FormulaEngine.
Syntax
'Declaration
 
Public ReadOnly Property IsExporting As Boolean
 
'Usage
 
Dim instance As FormulaEngine
Dim value As Boolean
 
value = instance.IsExporting
See Also