BBjStandardGrid::setInputNUseEditCommas
Description
In BBj 7.0 and higher, this BBjStandardGrid method determines whether InputN style cells in the grid will display a character at each 'thousands' position.
Syntax
Return Value |
Method |
void |
setInputNUseEditCommas(boolean shouldUse) |
Parameters
Variable |
Description |
shouldUse |
Indication of whether InputN style cells should display a character at each 'thousands' position. 0 = Does not display. 1 = Displays. |
Return Value
None.
Remarks
Also see BBjInputN::setUseEditCommas.
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.