Memo Column - ColumnRole Property
ColumnRole specifies the use of the column
Member of Memo Column (PRIM_MECL)
Data Type - Enumeration
The ColumnRole property determines how the data in the list column will be used by the memo.
| Enum Value | Description |
|---|---|
| Data | The text of the list item |
| LineNumber | LineNumber of the item |
| LineContinuation | Value used to store the order of item that make up a line when a line has to be split up because the field is shorter than the line |
| None | Stored data not used to affect memo appearance |
Febuary 18 V14SP2