_TableView.MultiLineWidth Property

Definition

Returns or sets an Integer (int in C#) value that represents the text width (in characters) needed to trigger multiline mode in the TableView object . Read/write

public:
 property int MultiLineWidth { int get(); void set(int value); };
public int MultiLineWidth { get; set; }
Public Property MultiLineWidth As Integer

Property Value

Remarks

This property can be set to a value between 1 and 999. If this property is set to a value less than 1, the property is set to 1. If this property is set to a value greater than 999, the property is set to 999. The default value for this property is 100.

This property only applies if the MultiLine property of the TableView object is set to olWidthMultiLine. The value of this property determines the point at which the TableView object displays text for an Outlook item in multiline mode.

Applies to