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

参照

CommandNames タイプ