Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxColumn.CellAlign Property

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

Deprecated - Provided for compatibility with earlier versions only - Use Column.CellHAlign instead

Syntax

Get

VB.NETAlign = object.CellAlign As SftBoxAlignConstants
VBAlign = object.CellAlign As SftBoxAlignConstants
C#.NETSftBoxAlignConstants Align = object.CellAlign;
VC++enum SftBoxAlignConstants Align = object->CellAlign;
enum SftBoxAlignConstants Align = object->GetCellAlign();
CHRESULT object->get_CellAlign(enum SftBoxAlignConstants* Align);

Put

VB.NETobject.CellAlign = Align As SftBoxAlignConstants
VBobject.CellAlign = Align As SftBoxAlignConstants
C#.NETSftBoxAlignConstants object.CellAlign = Align;
VC++enum SftBoxAlignConstants object->CellAlign = Align;
void object->PutCellAlign(enum SftBoxAlignConstants Align);
CHRESULT object->put_CellAlign(enum SftBoxAlignConstants Align);

object

A SftBoxColumn object.

Align

Defines the text alignment for all cells in this column.

AlignValueDescription
constSftBoxLeft0The cell text and graphic component are left aligned.
constSftBoxCenter1The cell text and graphic component are centered.
constSftBoxRight2The cell text and graphic component are right aligned.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Column.CellHAlign instead

The CellAlign property defines the default horizontal 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.