Share via


ColumnFormat.Width Property

Outlook Developer Reference

Returns or sets a Long value indicating the approximate width (in characters) of the column. Read/write.

Syntax

expression.Width

expression   A variable that represents a ColumnFormat object.

Remarks

This property can be set to a value between 2 and 1024. If this property is set to a value less than 2, the property is set to 2. If this property is set to a value greater than 1024, the property is set to 1024.

If the value of this property for every column in a view is less than the total width of the view, then the Width property of the ColumnFormat object for the last ViewField in the view is increased to match the total width of the view.

See Also