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(
: number,
: string,
: string,
: string,
: any,
: 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