InlineShapes.New(Range) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
Remarks
This method returns the new graphic as an InlineShape object.