_TableView.MultiLine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.