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