BBjDataAwareGrid::replaceDecimalsWhenDisplaying
Description
In BBj 7.00 and higher, this method replaces the decimal character when displaying data in numeric cells of a given column.
Syntax
Return Value |
Method |
---|---|
void |
replaceDecimalsWhenDisplaying(int column, string valueString) |
Parameters
Variable |
Description |
---|---|
column |
The column for which the display is to be modified. |
valueString |
A string containing the value that is to be used as a replacement |
Return Value
None.
Remarks
The first character in valueString will be used as the replacement character. This method is provided to replicate the CVSOut functionality of the templated string passed in to setDataChannel (see Data Aware Grid Channels).
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.