The vertical alignment for the cell.
Timing Precision Mode
This page describes functionality in millisecond timing precision mode.
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.
myString1 = myGridCell1.AlignmentVertical;
myGridCell1.AlignmentVertical = myString1;
See also
GridCell Object
GridWindow Guide