Copyright © 1998-2015 MultiMedia Soft

CellsManager.PictureHorzAlign property

Previous pageReturn to chapter overviewNext page

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.

How to manage cells section.