Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
CellsManager.TextHorzAlign property 
 
Type
long for Visual C++ 
enumHorzAlign for Visual Basic
 
 
Syntax
object.CellsManager.TextHorzAlign(UniqueID) [=enumHorzAlign]
 
 
Remarks
The horizontal alignment applied to text displayed on the cell identified by the UniqueID parameter. 
Supported values are the following: 
Mnemonic constant
Value
Meaning
HALIGN_LEFT
0
Text is Left aligned.
HALIGN_CENTER (default)
1
Text is Center aligned.
HALIGN_RIGHT
2
Text is Right aligned.
 
 
See also
CellsManager object. 
CellsManager property. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index