|
GRID.SetDefaultFormatString |
|
|
state = GRID.SetDefaultFormatString( BYVAL nControl AS INTEGER, BYVAL format AS STRING ) AS STRING
Sets the default format string of the Grid
Example:
GRID.SetDefaultFormatString( nControl, “%1.3f” )
|