Copyright © 1998-2015 MultiMedia Soft

CellsManager.TextHorzAlign property

Previous pageReturn to chapter overviewNext page

Type

long for Visual C++

enumHorzAlign for Visual Basic

 

 

Syntax

object.CellsManager.TextHorzAlign(UniqueID) [=enumHorzAlign]

 

 

Remarks

The horizontal alignment applied to text displayed on the cell identified by the UniqueID parameter.

Supported values are the following:

Mnemonic constant

Value

Meaning

HALIGN_LEFT

0

Text is Left aligned.

HALIGN_CENTER (default)

1

Text is Center aligned.

HALIGN_RIGHT

2

Text is Right aligned.

 

 

See also

CellsManager object.

CellsManager property.

How to manage cells section.