Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

CellMultiline Property, SftTreeColumn Object

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 SftTreeColumn object.

Boolean

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

BooleanDescription
TrueCell text may contain CR/LF (carriage-return, line-feed) characters which signal the start of a new line. The Items.Lines property can be used to reserve sufficient space. The Column.CellWordWrap property can be used to enable word-wrap.
FalseCell text is displayed as-is. CR/LF (carriage-return, line-feed) characters are not interpreted. The Column.CellWordWrap property has no effect.

Comments

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

See Also SftTreeColumn Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.