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