SpreadJS Documentation
Table Method
GC.Spread.Sheets Namespace > Tables type : Table Method
The table name.
The table row index.
The table column index.
The table row count.
The table column count.
The table style.
The initialization options of the table.
Represents a table that can be added in a sheet.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options);
function Table( 
   name : string,
   row : number,
   col : number,
   rowCount : number,
   colCount : number,
   style : TableTheme,
   options : Object
) : any;

Parameters

name
The table name.
row
The table row index.
col
The table column index.
rowCount
The table row count.
colCount
The table column count.
style
The table style.
options
The initialization options of the table.
See Also

Reference

Tables type