Spread for ASP.NET 10 Product Documentation
ClientAutoCalculation Property
Example 


Gets or sets whether to perform automatic re-calculation on the client-side data in support of AJAX applications.
Syntax
'Declaration
 
Public Property ClientAutoCalculation As Boolean
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.ClientAutoCalculation = value
 
value = instance.ClientAutoCalculation
public bool ClientAutoCalculation {get; set;}

Property Value

true if the client automatically recalculates; false otherwise
Remarks
The default value is false.
Example
FpSpread1.EnableAjaxCall = true;
FpSpread1.ClientAutoCalculation = true;
FpSpread1.EnableAjaxCall = True
FpSpread1.ClientAutoCalculation = True
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

FpSpread Class
FpSpread Members

User-Task Documentation

Recalculating and Updating Formulas Automatically

 

 


Copyright © GrapeCity, inc. All rights reserved.