PowerTools SPREAD for ASP.NET 8.0J
ClientAutoCalculation プロパティ

AJAX アプリケーションに対応して、クライアント側データの自動再計算を実行するかどうかを取得または設定します。
構文
'Declaration
 
Public Property ClientAutoCalculation As Boolean
public bool ClientAutoCalculation {get; set;}

プロパティ値

クライアントで自動的に再計算が行われる場合はTrue、それ以外の場合はFalse
解説
デフォルト値はfalseです。
FpSpread1.EnableAjaxCall = true;
FpSpread1.ClientAutoCalculation = true;
FpSpread1.EnableAjaxCall = True
FpSpread1.ClientAutoCalculation = True
参照

FpSpread クラス
FpSpread メンバ

開発者の手引き

自動再計算

 

 


© 2003-2015, GrapeCity inc. All rights reserved.