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

参照

CommandNames タイプ