SpreadJS製品ヘルプ
clearPendingChanges メソッド
GC.Spread.Sheets.Tables 名前空間 > Table タイプ : clearPendingChanges メソッド
現在のテーブルからダーティステータスをクリアします。
シンタックス
var instance = new GC.Spread.Sheets.Tables.Table(name,
                                                row,
                                                col,
                                                rowCount,
                                                colCount,
                                                style,
                                                options,
                                                options.showHeader,
                                                options.showFooter,
                                                options.useFooterDropDownList,
                                                options.showResizeHandle);
var value; // Type: any
value = instance.clearPendingChanges();
function clearPendingChanges() : any;
使用例
table.clearPendingChanges();
関連トピック

参照

Table タイプ