Spread.Sheets Documentation
TableManager Method
GC.Spread.Sheets Namespace > Tables type : TableManager Method
The worksheet.
Represents a table manager that can manage all tables in a sheet.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.Tables.TableManager(sheet);
function TableManager( 
   sheet : Worksheet
) : any;

Parameters

sheet
The worksheet.
See Also

Reference

Tables type