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