SpreadJS製品ヘルプ
テーブルに関するAPIの変更点
SpreadJS > 開発者の手引き > はじめに > [No Target Defined] > テーブルに関するAPIの変更点

次の表は、テーブルに関するAPIの変更点一覧を示します。

V10 V9

GC.Spread.Sheets.Tables.TableManager

add(name, row, column, rowCount, columnCount, style)

addFromDataSource(name, row, column, dataSource, style)

find(row, column)

findByName(name)

remove(table)

move(table, row, column)

resize(table, range)

all()

GcSpread.Sheets.Worksheet

addTable(name, row, column, rowCount, columnCount, style)

addTableByDataSource(name, row, column, dataSource, style)

findTable(row, column)

findTableByName(name)

removeTable(table)

removeTableByName(name)

moveTable(table, row, column)

moveTableByName(name, row, column)

resizeTable(table, range)

resizeTableByName(name, range)

getTables()

GC.Spread.Sheets.Tables.Table

削除

GcSpread.Sheets.SheetTable

refresh()

GC.Spread.Sheets.Tables.TableColumn GcSpread.Sheets.TableColumnInfo
GC.Spread.Sheets.Table.TableStyle GcSpread.Sheets.TableStyleInfo
GC.Spread.Sheets.Table.TableTheme GcSpread.Sheets.TableStyle

Gc.Spread.Sheets.Table.TableThemes

削除

削除

削除

削除

GcSpread.Sheets.TableStyles

customStyles()

addCustomStyles(style)

removeCustomStyle(style)

removeCustomStyleByName(styleName)