Share via


_TableView.AutomaticColumnSizing Propiedad

Definición

Devuelve o establece un valor booleano (bool en C#) que indica si Outlook ajusta automáticamente el tamaño de las columnas del TableView objeto. Lectura y escritura.

public:
 property bool AutomaticColumnSizing { bool get(); void set(bool value); };
public bool AutomaticColumnSizing { get; set; }
Public Property AutomaticColumnSizing As Boolean

Valor de propiedad

Comentarios

Si esta propiedad se establece en False, la MultiLine propiedad del objeto TableView se establece automáticamente en olAlwaysSingleLine.

Se aplica a