Share via


InlineShapes.New Method

Inserts an empty, 1-inch-square Microsoft Word picture object surrounded by a border.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Function New ( _
    Range As Range _
) As InlineShape
'Usage
Dim instance As InlineShapes
Dim Range As Range
Dim returnValue As InlineShape

returnValue = instance.New(Range)
InlineShape New(
    Range Range
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Word.InlineShape

Remarks

This method returns the new graphic as an InlineShape object.

See Also

Reference

InlineShapes Interface

InlineShapes Members

Microsoft.Office.Interop.Word Namespace