BBjGrid::getCellVerticalAlignment
Description
In BBj 18.00 and higher, this method returns the vertical alignment of a BBjGrid cell.
Syntax
Return Value |
Method |
---|---|
int |
getCellVerticalAlignment(int row, int column) |
Parameters
Variable |
Description |
---|---|
row |
Specifies the row of a cell. |
column |
Specifies the column of a cell. |
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.