Cell.WordWrap Property
Returns or sets a value that indicates if Microsoft Word wraps text to multiple lines and lengthens the cell so that the cell width remains the same.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property WordWrap As Boolean
Get
Set
'Usage
Dim instance As Cell
Dim value As Boolean
value = instance.WordWrap
instance.WordWrap = value
bool WordWrap { get; set; }
Property Value
Type: System.Boolean