Spread for ASP.NET 7.0 Product Documentation
ClientAutoCalculation Property
See Also  Example Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : ClientAutoCalculation Property


Glossary Item Box

Gets or sets whether to perform automatic re-calculation on the client-side data in support of AJAX applications.

Syntax

Visual Basic (Declaration) 
Public Property ClientAutoCalculation As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim value As Boolean
 
instance.ClientAutoCalculation = value
 
value = instance.ClientAutoCalculation
C# 
public bool ClientAutoCalculation {get; set;}

Property Value

true if the client automatically recalculates; false otherwise

Remarks

The default value is false.

Example

C#Copy Code
FpSpread1.EnableAjaxCall = true;
FpSpread1.ClientAutoCalculation = true;
Visual BasicCopy Code
FpSpread1.EnableAjaxCall = True
FpSpread1.ClientAutoCalculation = True

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.