var instance = new GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options, options.showHeader, options.showFooter, options.useFooterDropDownList, options.showResizeHandle); var returnValue; // Type: Table returnValue = instance.bind(columns, value, dataSource);
function bind( columns : Array, value : string, dataSource : object ) : Table;
パラメータ
- columns
- データフィールドと名前を含むテーブル列情報の配列。各配列要素はGC.Spread.Sheets.Tables.TableColumnです。
- value
- テーブル内の連結のバインディングパス。
- dataSource
- テーブルのデータソース。
戻り値の型
テーブルを返します。