BBjGrid::getSnapToRowHeight
Description
In BBj 6.00 and higher, this method returns an indication of whether the gird will adjust its height so that only full rows appear in the grid.
Syntax
Return Value |
Method |
boolean |
getSnapToRowHeight() |
Parameters
None.
Return Value
Returns 0 or 1. If the return value is 1, the grid adjusts its height so that it does not display any 'partial' rows. If the return value is 0, the grid displays with the height specified by the program.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.