SpreadJS Documentation
GC.Spread.Sheets Namespace / Tables type / TableManager Method
The worksheet.
In This Topic
    TableManager Method
    In This Topic
    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