SpreadJS Documentation
GC.Spread.Sheets.Tables Namespace / TableColumn type / TableColumn Constructor
The table column ID.
The table column data field.
The table column name.
The table column formatter.
The table column cellType.
The table column value convert function.
In This Topic
    TableColumn Constructor
    In This Topic
    Represents the table column information.
    Syntax
    var instance = new GC.Spread.Sheets.Tables.TableColumn(id, dataField, name, formatter, cellType, value);
    function TableColumn( 
       id : number,
       dataField : string,
       name : string,
       formatter : string,
       cellType : any,
       value : any
    ) : TableColumn;

    Parameters

    id
    The table column ID.
    dataField
    The table column data field.
    name
    The table column name.
    formatter
    The table column formatter.
    cellType
    The table column cellType.
    value
    The table column value convert function.
    See Also