InlineShapes.AddPictureBullet(String, Object) Method

Definition

Adds a picture bullet based on an image file to the current document.

public Microsoft.Office.Interop.Word.InlineShape AddPictureBullet (string FileName, ref object Range);
abstract member AddPictureBullet : string * obj -> Microsoft.Office.Interop.Word.InlineShape
Public Function AddPictureBullet (FileName As String, Optional ByRef Range As Object) As InlineShape

Parameters

FileName
String

Required String. The file name of the image you want to use for the picture bullet.

Range
Object

Optional Object. The range to which Microsoft Word adds the picture bullet. Word adds the picture bullet to each paragraph in the range. If this argument is omitted, Word adds the picture bullet to each paragraph in the current selection.

Returns

Remarks

This method returns a InlineShape object.

Applies to