Spread.Sheets
clearCustomNames メソッド
カスタム名をクリアします。
シンタックス
Javascript (Usage) 
var instance = new GC.Spread.Sheets.Workbook(host);
var value; // Type: any
value = instance.clearCustomNames();
Javascript (Specification) 
function clearCustomNames() : any;
使用例
次のサンプルコードは、clearCustomNamesメソッドを使用します。
activeSheet.setValue(0, 0, 1);
activeSheet.setValue(0, 1, 2);
activeSheet.setValue(0, 2, 3);
spread.addCustomName("customName1","=12", 0, 0);
activeSheet.setFormula(1, 0, "customName1");
//spread.clearCustomNames();

関連トピック

参照

Workbook タイプ
カスタム名の作成

 

 


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