GridCellGroup.AlignmentHorizontal Property

Top 

Description

The horizontal 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

"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

myGridCellGroup1.AlignmentHorizontal = myString1;

 

See also

GridCellGroup Object

GridWindow Guide