Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
CellsManager.TextVertAlign property 
 
Type
long for Visual C++ 
enumVertAlign for Visual Basic
 
 
Syntax
object.CellsManager.TextVertAlign(UniqueID) [=enumVertAlign]
 
 
Remarks
The vertical alignment applied to text displayed on the cell identified by the UniqueID parameter. 
Supported values are the following: 
Mnemonic constant
Value
Meaning
VALIGN_TOP
0
Text is aligned to the cell's top.
VALIGN_CENTER (default)
1
Text is aligned to the cell's center.
VALIGN_BOTTOM
2
Text is aligned to the cell's bottom.
 
 
See also
CellsManager object. 
CellsManager property. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index