Spread.Sheets Documentation
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.
* options.showHeader boolean Whether to display a header.
* options.showfooter boolean Whether to display a footer.
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.
* options.showHeader boolean Whether to display a header.
* options.showfooter boolean Whether to display a footer.
See Also

Reference

Table type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.