_TableView.MultiLine Property

Returns or sets an OlMultiLine constant that determines how multiple lines are displayed in the TableView object. Read/write.

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

Syntax

'Declaration
<DispIdAttribute()> _
Property MultiLine As OlMultiLine
    Get
    Set
'Usage
Dim instance As _TableView
Dim value As OlMultiLine

value = instance.MultiLine

instance.MultiLine = value
[DispIdAttribute()]
OlMultiLine MultiLine { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlMultiLine

Remarks

If the value of the AutomaticColumnSizing property is set to False or if the value of the AllowInCellEditing property is set to True, the value of this property is automatically set to olAlwaysSingleLine.

See Also

Reference

_TableView Interface

_TableView Members

Microsoft.Office.Interop.Outlook Namespace