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