Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxColumn.CellMultiline Property

Defines whether multi-line text is allowed in cells in this column.

Syntax

Get

VB.NETBoolean = object.CellMultiline As Boolean
VBBoolean = object.CellMultiline As Boolean
C#.NETbool Boolean = object.CellMultiline;
VC++VARIANT_BOOL Boolean = object->CellMultiline;
VARIANT_BOOL Boolean = object->GetCellMultiline();
CHRESULT object->get_CellMultiline(VARIANT_BOOL* Boolean);

Put

VB.NETobject.CellMultiline = Boolean As Boolean
VBobject.CellMultiline = Boolean As Boolean
C#.NETbool object.CellMultiline = Boolean;
VC++VARIANT_BOOL object->CellMultiline = Boolean;
void object->PutCellMultiline(VARIANT_BOOL Boolean);
CHRESULT object->put_CellMultiline(VARIANT_BOOL Boolean);

object

A SftBoxColumn object.

Boolean

Defines whether multi-line text is allowed in cells in this column.

BooleanDescription
TrueAllow multiple lines of cell text, in which case cell text word-wraps within the available space. New-line characters signal the start of a new line.
FalseCell text consists of a single line of text.

Comments

The CellMultiline property defines whether multi-line text is allowed in cells in this column.

If multiline cell text is allowed, the Items.Lines property can be used to reserve sufficient space.

The edit control portion will only display one line of text and a vertical scroll bar if multiple lines of text are available.

The value defined using the CellMultiline property applies to all cells in the column described by object.

See Also SftBoxColumn Object | Object Hierarchy


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