_TableView.MultiLine Property

Definition

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

public:
 property Microsoft::Office::Interop::Outlook::OlMultiLine MultiLine { Microsoft::Office::Interop::Outlook::OlMultiLine get(); void set(Microsoft::Office::Interop::Outlook::OlMultiLine value); };
public Microsoft.Office.Interop.Outlook.OlMultiLine MultiLine { get; set; }
Public Property MultiLine As OlMultiLine

Property Value

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.

Applies to