Wrap property

Sets or returns whether plain text in Custom Fields or Database Columns wraps or appears on the same line.

Syntax


C++

HRESULT get_Wrap(VARIANT_BOOL* pWrap)

HRESULT put_Wrap(VARIANT_BOOL myWrap)

Scripting languages

Boolean = object.Wrap

object.Wrap = Boolean

Legal values


Value

Description

TRUE

Allow text wrapping.

FALSE

Do not allow text wrapping.

Remarks


For IERUDBColumn: You can only set the Wrap property if the DataType property is set to erCellDataTypePlainText. Otherwise, Wrap returns the error EROOM_E_INVALIDOPERATION.

For IERUCustomFieldDef: You can only set the Wrap property if the DataType property is set to erCustomFieldDataTypePlainText. Otherwise, Wrap returns the error EROOM_E_INVALIDOPERATION.

Home

Applies to

IERUDBColumn

IERUCustomFieldDef


See also

Databases