Spread.Sheets Documentation
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 ConstructorTableManager ConstructorRepresents a table manager that can manage all tables in a sheet.  
Top
Methods
 NameDescription
public MethodaddAdds a range table with a specified size to the sheet.  
public MethodaddFromDataSourceAdds a range table with a specified data source to the sheet.  
public MethodallGets all tables of the sheet.  
public MethodfindGets the table of the specified cell.  
public MethodfindByNameGets the table with a specified name.  
public MethodmoveChanges the table location.  
public MethodremoveRemoves a specified table.  
public MethodresizeChanges the table size.  
Top
See Also

Reference

GC.Spread.Sheets.Tables Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.