Spread.Sheets Documentation
TableManager type
GC.Spread.Sheets.Tables Namespace : TableManager type
Represents a table manager that can manage all tables in a sheet.
Syntax
var instance = new GC.Spread.Sheets.Tables.TableManager(sheet);
function TableManager;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Tables.TableManager

Constructors
 NameDescription
public ConstructorRepresents a table manager that can manage all tables in a sheet.  
Top
Methods
 NameDescription
public MethodAdds a range table with a specified size to the sheet.  
public MethodAdds a range table with a specified data source to the sheet.  
public MethodGets all tables of the sheet.  
public MethodGets the table of the specified cell.  
public MethodGets the table with a specified name.  
public MethodChanges the table location.  
public MethodRemoves a specified table.  
public MethodChanges the table size.  
Top
See Also

Reference

GC.Spread.Sheets.Tables Namespace