View.WrapToWindow Property
True if lines wrap at the right edge of the document window rather than at the right margin or the right column boundary.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property WrapToWindow As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.WrapToWindow
instance.WrapToWindow = value
bool WrapToWindow { get; set; }
Property Value
Type: System.Boolean