var instance = new GC.Spread.Sheets.Tables.TableColumn(id, dataField, name, formatter, cellType, value); var returnValue; // Type: any returnValue = instance.formatter(value);
function formatter( value : string ) : any;
Parameters
- value
- The table column formatter.
Return Value
If no value is set, returns the table column formatter; otherwise, returns the table column.