GridCellGroup.AlignmentVertical Property

Top 

Description

The vertical alignment for all cells in the GridCellGroup.

 

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:

write

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

myGridCellGroup1.AlignmentVertical = myString1;

 

See also

GridCellGroup Object

GridWindow Guide