SpreadJS製品ヘルプ
allowAutoExpand メソッド
GC.Spread.Sheets.Tables 名前空間 > Table タイプ : allowAutoExpand メソッド
テーブルのallowAutoExpandState。
テーブルのallowAutoExpandStateを取得または設定します。
シンタックス
var instance = new GC.Spread.Sheets.Tables.Table(name,
                                                row,
                                                col,
                                                rowCount,
                                                colCount,
                                                style,
                                                options,
                                                options.showHeader,
                                                options.showFooter,
                                                options.useFooterDropDownList,
                                                options.showResizeHandle);
var value; // Type: any
value = instance.allowAutoExpand(allowAutoExpandState);
function allowAutoExpand( 
   (optional) allowAutoExpandState : boolean
) : any;

パラメータ

allowAutoExpandState
テーブルのallowAutoExpandState。

戻り値の型

allowAutoExpandStateが設定されていない場合は、テーブルallowAutoExpandStateを返します。 値が設定されている場合は、テーブルを返します。
使用例
table.allowAutoExpand();
table.allowAutoExpand(true);
関連トピック

参照

Table タイプ