BBjGridHeader::getDefaultAlignment
Description
In BBj 5.0 and higher, returns the default alignment of this BBjGridHeader.
Syntax
|
Return Value |
Method |
|
int |
getDefaultAlignment() |
Parameters
None.
Return Value
Returns one of the following alignments for the row header.
|
Align Value Constants |
|
GRID_ALIGN_LEFT |
|
GRID_ALIGN_RIGHT |
|
GRID_ALIGN_CENTER |
Remarks
By default, the alignment is GRID_ALIGN_CENTER.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.