var value; // Type: any // パラメータ var name; //タイプ: string var row; //タイプ: number var col; //タイプ: number var rowCount; //タイプ: number var colCount; //タイプ: number var style; //タイプ: TableTheme var options; //タイプ: Object value = GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options);
パラメータ
- name
- テーブル名。
- row
- テーブルの行インデックス。
- col
- テーブルの列インデックス。
- rowCount
- テーブルの行数。
- colCount
- テーブルの列数。
- style
- テーブルスタイル。
- options
- テーブルの初期化オプション。