_TableView.AutomaticColumnSizing Property

Returns or sets a Boolean (bool in C#) value that indicates whether the columns in the TableView object are automatically sized by Outlook. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property AutomaticColumnSizing As Boolean
    Get
    Set
'Usage
Dim instance As _TableView
Dim value As Boolean

value = instance.AutomaticColumnSizing

instance.AutomaticColumnSizing = value
[DispIdAttribute()]
bool AutomaticColumnSizing { get; set; }

Property Value

Type: System.Boolean

Remarks

If this property is set to False, then the MultiLine property of the TableView object is automatically set to olAlwaysSingleLine.

See Also

Reference

_TableView Interface

_TableView Members

Microsoft.Office.Interop.Outlook Namespace