Spread.Sheets Documentation
Table API Changes

The following changes have been made to the table 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

REMOVED

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

REMOVED

REMOVED

REMOVED

REMOVED

GcSpread.Sheets.TableStyles

customStyles()

addCustomStyles(style)

removeCustomStyle(style)

removeCustomStyleByName(styleName)

 

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.