colFormat
Specifies the Table column data format as an array. The attribute can be referenced using the column header or number.
Type
array of formats
Example
Column indices start at 0.
colFormat[5] = [Chart.DATE_FORMAT, "yy-MMMM-dd"];
colFormat['Total'] = [Chart.DECIMAL_FORMAT, "#,###.00"];
See Also
Table Properties, for general information about the Table component.
| << cellFormat | © 1996-2013 InetSoft Technology Corporation (v11.5) | tipView >> |