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


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

    Property Value

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