GridCell.AlignmentVertical Property

Top 

Description

The vertical alignment for the cell.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"Middle" ( Text is aligned to the middle of the cell. )

Valid Values:

Value

Label

"Top"

Text is aligned to the topmost edge of the cell.

"Bottom"

Text is aligned to the bottommost edge of the cell.

"Middle"

Text is aligned to the middle of the cell.

 

Syntax

myString1 = myGridCell1.AlignmentVertical;

 

myGridCell1.AlignmentVertical = myString1;

 

See also

GridCell Object

GridWindow Guide