 wx.grid.GridCellFloatFormat¶
 wx.grid.GridCellFloatFormat¶The GridCellFloatFormat enumeration provides the following values:
| Description | Value | 
|---|---|
| 
 | Decimal floating point (f). | 
| 
 | Scientific notation (mantissa/exponent) using e character (e). | 
| 
 | Use the shorter of e or f (g). | 
| 
 | To use in combination with one of the above formats for the upper case version (F/E/G) | 
| 
 | The format used by default (wx``wx.grid.GRID_FLOAT_FORMAT_FIXED``). |