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