_TableView.MultiLine 属性

定义

返回或设置一个 OlMultiLine 常量,该常量确定对象中 TableView 多行的显示方式。 读/写。

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

属性值

注解

如果属性的值 AutomaticColumnSizing 设置为 False ,或者属性的值 AllowInCellEditing 设置为 True,则此属性的值将自动设置为 olAlwaysSingleLine

适用于