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
- Range
Type: Microsoft.Office.Interop.Word.Range
Required Range object. The location of the new graphic.
Return Value
Type: Microsoft.Office.Interop.Word.InlineShape
Remarks
This method returns the new graphic as an InlineShape object.