Establishes whether a cell is single-lined or multi-lined.
Usage
Set_Property(OLECtrlEntID, "OLE.CellMultilined[field; record]", Boolean)
Values
[True | False]
Default: False
Indices
Index | Description |
---|---|
field | Index to an existing field |
record | Index to an existing record |
Remarks
The CellMultilined property establishes whether a cell's text is always one line or can have multiple lines. Single-lined cells behave similarly to OI Edit Table cells. Multi-lined cells allow users to press Enter and add more lines of text. When in edit mode, multi-lined cells also allow the user to stretch the edit box to see more text.
When getting or setting this property, the edit table swaps the currently established multiline delimiter with carriage return-line feeds and vise versa. By default, the multiline delimiter is the text mark (@TM), but you can change this via the MultilineDelim property.