var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: any value = instance.clearCustomFunctions();
function clearCustomFunctions() : any;
var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: any value = instance.clearCustomFunctions();
function clearCustomFunctions() : any;
// 次のサンプルコードは、アクティブシートからカスタム関数をクリアします。 activeSheet.clearCustomFunctions();
activeSheet.clearCustomFunctions();