Spread.Sheets
clearCustomFunctions メソッド
すべてのカスタム関数をクリアします。
シンタックス
Javascript (Usage) 
var instance = new GC.Spread.Sheets.Worksheet(name);
var value; // Type: any
value = instance.clearCustomFunctions();
Javascript (Specification) 
function clearCustomFunctions() : any;
使用例
This example clears the custom functions from the active sheet.
activeSheet.clearCustomFunctions();

関連トピック

参照

Worksheet タイプ

 

 


© 2016-2017, GrapeCity inc. All rights reserved.