| |
LineCount propertySets or returns the height (in lines) of the edit box for Custom Field Definitions or Database Columns. SyntaxC++HRESULT get_LineCount(LONG* pLineCount) HRESULT put_LineCount(LONG myLineCount) Scripting languagesValue = object.LineCount object.LineCount = Value Legal valuesAn integer that specifies the number of lines, from 4 through 20. RemarksFor 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 |