SpreadJS Documentation
GC.Spread.Sheets Namespace / Tables type / TableColumn Method
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 Method
    In This Topic
    Represents the table column information.
    Syntax
    var returnValue; // Type: any
    returnValue = 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
    ) : any;

    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

    Reference

    Tables type