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