ListLevel.ApplyPictureBullet Method
Formats a paragraph or range of paragraphs with a picture bullet.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function ApplyPictureBullet ( _
FileName As String _
) As InlineShape
'Usage
Dim instance As ListLevel
Dim FileName As String
Dim returnValue As InlineShape
returnValue = instance(FileName)
InlineShape ApplyPictureBullet(
string FileName
)
Parameters
- FileName
Type: System.String
Required String. The path and file name of the picture file.
Return Value
Type: Microsoft.Office.Interop.Word.InlineShape