Description
The horizontal 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:
|
"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.
|
|
Syntax
myString1 = myGridCell1.AlignmentHorizontal;
myGridCell1.AlignmentHorizontal = myString1;
|
See also
GridCell Object
GridWindow Guide
|