Selection.InlineShapes Property
Returns a InlineShapes collection that represents all the InlineShape objects in a 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 Selection
Dim value As InlineShapes
value = instance.InlineShapes
InlineShapes InlineShapes { get; }
Property Value
Type: Microsoft.Office.Interop.Word.InlineShapes