var instance = new GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options, options.showHeader, options.showFooter, options.useFooterDropDownList, options.showResizeHandle);
function Table( name : string, row : number, col : number, rowCount : number, colCount : number, style : TableTheme, options : Object, (optional) options.showHeader : boolean, (optional) options.showFooter : boolean, (optional) options.useFooterDropDownList : boolean, (optional) options.showResizeHandle : boolean ) : Table;
パラメータ
- name
- テーブル名。
- row
- テーブルの行インデックス。
- col
- テーブルの列インデックス。
- rowCount
- テーブルの行数。
- colCount
- テーブルの列数。
- style
- テーブルスタイル。
- options
- テーブルの初期化オプション。
- options.showHeader
- ヘッダを表示するかどうか。
- options.showFooter
- フッタを表示するかどうか。
- options.useFooterDropDownList
- 合計行に対してフッタードロップダウンリストを使用するかどうか。
- options.showResizeHandle
- テーブルのサイズ変更ハンドルを表示するかどうか