ShapeRange.WrapFormat Property
Returns a WrapFormat object that contains the properties for wrapping text around the specified shape range.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property WrapFormat As WrapFormat
Get
'Usage
Dim instance As ShapeRange
Dim value As WrapFormat
value = instance.WrapFormat
WrapFormat WrapFormat { get; }
Property Value
Type: Microsoft.Office.Interop.Word.WrapFormat