OlMultiLine Enumeration

Indicates when multiple lines are displayed in a TableView object.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlMultiLine
'Usage
Dim instance As OlMultiLine
public enum OlMultiLine

Members

Member name Description
olWidthMultiLine Single lines are displayed unless the length of the line, in characters, is greater than the value for the MultiLineWidth property of the TableView object, at which point multiple lines are displayed.
olAlwaysSingleLine Single lines are always displayed.
olAlwaysMultiLine Multiple lines are always displayed.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace