SpreadJS Documentation
SheetTable Constructor
The table name.
The table row index.
The table column index.
The table row count.
The table column count.
The table style.
Represents a table that can be added in a sheet.
Syntax
var instance = new GcSpread.Sheets.SheetTable(name, row, col, rowCount, colCount, style);
function SheetTable( 
   name : string,
   row : number,
   col : number,
   rowCount : number,
   colCount : number,
   style : TableStyle
) : SheetTable;

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.
See Also

Reference

SheetTable type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.