The horizontal alignment for the cell.
Timing Precision Mode
This page describes functionality in millisecond timing precision mode.
Type:
string
Access:
read/write
Default Value:
"Left" ( Text is aligned to the leftmost edge of the cell. )
Valid Values:
Value
Label
"Left"
Text is aligned to the leftmost edge of the cell.
"Right"
Text is aligned to the rightmost edge of the cell.
"Center"
Text is aligned to the center of the cell.
myString1 = myGridCell1.AlignmentHorizontal;
myGridCell1.AlignmentHorizontal = myString1;
See also
GridCell Object
GridWindow Guide