Share via


TableView.AutomaticColumnSizing Property

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

Syntax

expression.AutomaticColumnSizing

expression   A variable that represents a TableView object.

Remarks

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

See Also