var instance = new GC.Spread.Sheets.Tables.TableManager(sheet);
function TableManager;
var instance = new GC.Spread.Sheets.Tables.TableManager(sheet);
function TableManager;
Object
GC.Spread.Sheets.Tables.TableManager
Name | Description | |
---|---|---|
TableManager Constructor | Represents a table manager that can manage all tables in a sheet. |
Name | Description | |
---|---|---|
add | Adds a range table with a specified size to the sheet. | |
addFromDataSource | Adds a range table with a specified data source to the sheet. | |
all | Gets all tables of the sheet. | |
find | Gets the table of the specified cell. | |
findByName | Gets the table with a specified name. | |
move | Changes the table location. | |
remove | Removes a specified table. | |
resize | Changes the table size. |