_TableView.MultiLineWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.