View.ShowFirstLineOnly Property
True if only the first line of body text is shown in outline view.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowFirstLineOnly As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.ShowFirstLineOnly
instance.ShowFirstLineOnly = value
bool ShowFirstLineOnly { get; set; }
Property Value
Type: System.Boolean
Remarks
This property generates an error if the view isn't outline or master document view.