Copyright © 1998-2015 MultiMedia Soft

CellsManager.PictureVertAlign property

Previous pageReturn to chapter overviewNext page

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.

How to manage cells section.