Spread Silverlight Documentation
BackgroundCalculation Property


GrapeCity.Windows.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
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property BackgroundCalculation As System.Boolean
'Usage
 
Dim instance As Workbook
Dim value As System.Boolean
 
instance.BackgroundCalculation = value
 
value = instance.BackgroundCalculation
[System.ComponentModel.DefaultValue()]
public System.bool BackgroundCalculation {get; set;}
See Also

Reference

Workbook Class
Workbook Members