Spread.Sheets Documentation
TableColumn Method
GC.Spread.Sheets Namespace > Tables type : TableColumn Method
The table column ID.
Represents the table column information.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.Tables.TableColumn(id);
function TableColumn( 
   id : string
) : any;

Parameters

id
The table column ID.
See Also

Reference

Tables type