BBjGrid::getRowVerticalAlignment
Description
In BBj 18.00 and higher, this method returns the vertical alignment of all cells in a BBjGrid row.
Syntax
Return Value |
Method |
---|---|
int |
getRowVerticalAlignment(int row) |
Parameters
Variable |
Description |
---|---|
row |
Specifies the row index. |
Return Value
Returns one of the following alignments:
Align Value Constants |
---|
GRID_ALIGN_TOP GRID_ALIGN_CENTER GRID_ALIGN_BOTTOM |
Example
|
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.