Spread.Sheets Documentation
Table Constructor
GC.Spread.Sheets.Tables Namespace > Table type : Table Constructor
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 instance = new 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
) : Table;

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

Table type