/**
 * @class Ext.grid.cell.Number
 * @extend Ext.grid.cell.Text
 * @xtype numbercell
 *
 * This class displays a numeric value in a {@link Ext.grid.Grid grid} cell. This cell type
 * is typically used by specifying {@link Ext.grid.column.Number} column type.
 *
 * {@link Ext.grid.Row Rows} create cells based on the {@link Ext.grid.column.Column#cell}
 * config. Application code would rarely create cells directly.
 */
 
/**
 * @cfg {String} [format='0,000.00']
 * A format string as used by {@link Ext.util.Format#number} to format values for
 * this column.
 */