GrapeCity.Xaml.SpreadSheet.Data
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;}
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Workbook Class
Workbook Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options