GrapeCity.Xaml.SpreadSheet.Data
BackgroundCalculation Property


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

Reference

Workbook Class
Workbook Members