InlineShapes.AddPictureBullet(String, Object) 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.
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.