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

参照

CommandNames タイプ