BBjGrid::setMainGridVerticalAlignment
Description
In BBj 7.00 and higher, this method sets the vertical alignment for all of the cells in the main area of the BBjGrid (not including the row and column headers).
Syntax
Return Value |
Method |
void |
setMainGridVerticalAlignment(int align) |
Parameters
Variable |
Description |
align |
Specifies the vertical alignment from one of the following Align Value Constants: GRID_ALIGN_TOP GRID_ALIGN_BOTTOM |
Return Value
None.
Remarks
The default grid alignment is centered.
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.