BBjGrid::setRowVerticalAlignment
Description
In BBj 18.00 and higher, this method sets the vertical alignment for all cells in a BBjGrid row.
Syntax
Return Value |
Method |
---|---|
void |
setRowVerticalAlignment(int row, 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 |
row |
Specifies the row index. |
Return Value
None.
Example
|
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.