SpreadJS製品ヘルプ
PivotTableFieldSettingWithShowValueAsDialogTemplate フィールド
GC.Spread.Sheets.Designer 名前空間 > TemplateNames タイプ : PivotTableFieldSettingWithShowValueAsDialogTemplate フィールド
テンプレートの名前を取得します。
シンタックス
var value; // Type: PivotTableFieldSettingWithShowValueAsDialogTemplate
value = GC.Spread.Sheets.Designer.TemplateNames.PivotTableFieldSettingWithShowValueAsDialogTemplate;
var PivotTableFieldSettingWithShowValueAsDialogTemplate : PivotTableFieldSettingWithShowValueAsDialogTemplate;
使用例
//次のサンプルコードは、テンプレート名でPivotTableFieldSettingWithShowValueAsDialogTemplateを取得します。
var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.PivotTableFieldSettingWithShowValueAsDialogTemplate);
関連トピック

参照

TemplateNames タイプ