InlineShapes.New(Range) Method

Definition

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

public:
 Microsoft::Office::Interop::Word::InlineShape ^ New(Microsoft::Office::Interop::Word::Range ^ Range);
public Microsoft.Office.Interop.Word.InlineShape New (Microsoft.Office.Interop.Word.Range Range);
abstract member New : Microsoft.Office.Interop.Word.Range -> Microsoft.Office.Interop.Word.InlineShape
Public Function New (Range As Range) As InlineShape

Parameters

Range
Range

Required Range object. The location of the new graphic.

Returns

Remarks

This method returns the new graphic as an InlineShape object.

Applies to