BBjGrid::setColumnHeaderVerticalAlignment

Description

In BBj 7.0 and higher, this sets the default vertical alignment for the column header in the BBjGrid.

Syntax

Return Value

Method

void

setColumnHeaderVerticalAlignment(int align)

Parameters

Variable

Description

align

Specifies the default vertical alignment from one of the following Align Value Constants:

TOP_ALIGNMENT
CENTER_ALIGNMENT

BOTTOM_ALIGNMENT

Return Value

None.

Remarks

The default grid alignment is centered.

See Also

BBjAPI

BBjSysGui

BBjControl

BBjWindow

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.