Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / BackgroundCalculation Property


In This Topic
    BackgroundCalculation Property
    In This Topic
    Gets or sets whether to calculate the formulas in the background thread to reduce the time for opening an excel file.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property BackgroundCalculation As Boolean
    'Usage
     
    Dim instance As Workbook
    Dim value As Boolean
     
    instance.BackgroundCalculation = value
     
    value = instance.BackgroundCalculation
    [DefaultValue(true)]
    public bool BackgroundCalculation {get; set;}
    See Also