Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxColumn.CellVAlign Property

Defines the default vertical alignment of cell contents in this column.

Syntax

Get

VB.NETStyle = object.CellVAlign As SftBoxVAlignConstants
VBStyle = object.CellVAlign As SftBoxVAlignConstants
C#.NETSftBoxVAlignConstants Style = object.CellVAlign;
VC++enum SftBoxVAlignConstants Style = object->CellVAlign;
enum SftBoxVAlignConstants Style = object->GetCellVAlign();
CHRESULT object->get_CellVAlign(enum SftBoxVAlignConstants* Style);

Put

VB.NETobject.CellVAlign = Style As SftBoxVAlignConstants
VBobject.CellVAlign = Style As SftBoxVAlignConstants
C#.NETSftBoxVAlignConstants object.CellVAlign = Style;
VC++enum SftBoxVAlignConstants object->CellVAlign = Style;
void object->PutCellVAlign(enum SftBoxVAlignConstants Style);
CHRESULT object->put_CellVAlign(enum SftBoxVAlignConstants Style);

object

A SftBoxColumn object.

Style

Defines the default vertical alignment of cell contents in this column.

NameValueDescription
valignSftBoxCenter0The text is vertically centered.
valignSftBoxTop1The text is aligned with the top of the available area.
valignSftBoxBottom2The text is aligned with the bottom of the available area.

Comments

The CellVAlign property defines the default vertical alignment of cell contents in this column.

The alignment applies to all cells in the column specified. Individual cells can override the defined default alignment using the Cell.TextHAlign, Cell.TextVAlign, Cell.ImageHAlign and Cell.ImageVAlign properties.

See Also SftBoxColumn Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.