Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class / BackgroundCalculation Property


In This Topic
    BackgroundCalculation Property
    In This Topic
    Gets or sets a value indicating whether background calculation will be performed after the last lock of calculation engine is released.
    Syntax
    'Declaration
     
    
    Public Property BackgroundCalculation As Boolean
    'Usage
     
    
    Dim instance As CalculationEngine
    Dim value As Boolean
     
    instance.BackgroundCalculation = value
     
    value = instance.BackgroundCalculation
    public bool BackgroundCalculation {get; set;}
    See Also