_TableView.MultiLine Propiedad

Definición

Devuelve o establece una OlMultiLine constante que determina cómo se muestran varias líneas en el TableView objeto . Lectura y escritura.

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

Valor de propiedad

Comentarios

Si el valor de la AutomaticColumnSizing propiedad se establece en False o si el valor de la AllowInCellEditing propiedad está establecido en True, el valor de esta propiedad se establece automáticamente en olAlwaysSingleLine.

Se aplica a