Copyright © 1998-2015 MultiMedia Soft

CellsManager.TextVertAlign property

Previous pageReturn to chapter overviewNext page

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.

How to manage cells section.