cellFormat

Specifies the Table cell data format as a two dimensional array. The attribute can be referenced using the row number as the first index and the column header or number as the second index, [row][col].

Type

two dimensional array of formats

Example

Column and row indi­ces start at 0.

cellFormat[5][3] = [Chart.DATE_FORMAT, "yy-MMMM-dd"];

cellFormat[2]['Total'] = [Chart.DECIMAL_FORMAT, "#,###.00"];

See Also

Table Properties, for general information about the Table component.

<< row © 1996-2013 InetSoft Technology Corporation (v11.4) colFormat >>