SpreadJS Documentation
TableColumn Constructor
GC.Spread.Sheets.Tables Namespace > TableColumn type : TableColumn Constructor
The table column ID.
Represents the table column information.
Syntax
var instance = new GC.Spread.Sheets.Tables.TableColumn(id);
function TableColumn( 
   id : string
) : TableColumn;

Parameters

id
The table column ID.
See Also

Reference

TableColumn type