Range.InlineShapes Property
Returns a InlineShapes collection that represents all the InlineShape objects in a document, range, or selection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property InlineShapes As InlineShapes
Get
'Usage
Dim instance As Range
Dim value As InlineShapes
value = instance.InlineShapes
InlineShapes InlineShapes { get; }
Property Value
Type: Microsoft.Office.Interop.Word.InlineShapes