Spread Windows Forms 15.0
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
    public bool IsExporting {get;}
    See Also