SpreadJS Documentation
GC.Spread.Sheets.Tables Namespace / TableColumn type / id Method
The table column ID.
In This Topic
    id Method
    In This Topic
    Gets or sets the table column ID.
    Syntax
    var instance = new GC.Spread.Sheets.Tables.TableColumn(id, dataField, name, formatter, cellType, value);
    var returnValue; // Type: any
    returnValue = instance.id(value);
    function id( 
       value : number
    ) : any;

    Parameters

    value
    The table column ID.

    Return Value

    If no value is set, returns the table column ID; otherwise, returns the table column.
    See Also