LineCount property

Sets or returns the height (in lines) of the edit box for Custom Field Definitions or Database Columns.

Syntax


C++

HRESULT get_LineCount(LONG* pLineCount)

HRESULT put_LineCount(LONG myLineCount)

Scripting languages

Value = object.LineCount

object.LineCount = Value

Legal values


An integer that specifies the number of lines, from 4 through 20.

Remarks


For IERUDBColumn: You can only set the LineCount property if the DataType property is set to erCellDataTypeRichText. Otherwise, LineCount returns EROOM_E_INVALIDOPERATION.

For IERUCustomFieldDef: You can only set the LineCount property if the DataType property is set to erCustomFieldDataTypePlainText.

Home

Applies to

IERUDBColumn

IERUCustomFieldDef