_TableView.MaxLinesInMultiLineView Property
Returns or sets an Integer (int in C#) value that determines the maximum number of lines displayed in multiline mode for the TableView object. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property MaxLinesInMultiLineView As Integer
Get
Set
'Usage
Dim instance As _TableView
Dim value As Integer
value = instance.MaxLinesInMultiLineView
instance.MaxLinesInMultiLineView = value
int MaxLinesInMultiLineView { get; set; }
Property Value
Type: System.Int32
Remarks
This property can be set to a value between 2 and 20. 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 20, the property is set to 20. The default value for this property is 2.