BBjGrid::setDefaultVerticalAlignment
Description
In BBj 18.00 and higher, this method sets the default vertical alignment for all cells in a BBjGrid.
Syntax
Return Value |
Method |
---|---|
void |
setDefaultVerticalAlignment(int align) |
Parameters
Variable |
Description |
---|---|
align
|
Specifies the cell vertical alignment from one of the following Align Value Constants: GRID_ALIGN_TOP GRID_ALIGN_CENTER GRID_ALIGN_BOTTOM |
Return Value
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.