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)

Usage

Dim Range As Range
Dim returnValue As InlineShape
Dim inlineShapes1 As InlineShapes
returnValue = inlineShapes1.New(Range)

Syntax

Function New( _
    <InAttribute()> ByVal Range As Range _
) As InlineShape
InlineShape New(
    [In] Range Range
);
public: InlineShape^ New(
    Range^ Range
);
public InlineShape New(
    /*in*/Range Range
);
function New(
     Range : Range
) : InlineShape;

Parameters

  • Range
    Required Range object. The location of the new graphic.

Remarks

This method returns the new graphic as an InlineShape object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

InlineShapes Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

InlineShapes Members