BBjGrid::setMainGridVerticalAlignment

Description

In BBj 7.0 and higher, this method sets the vertical alignment for all of the cells in the main area of the BBjGrid (not including the row and column headers).

Syntax

Return Value

Method

void

setMainGridVerticalAlignment(int align)

Parameters

Variable

Description

align

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

GRID_ALIGN_TOP
CENTER_ALIGNMENT

GRID_ALIGN_BOTTOM

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.