Share via


BulletFormat2.Picture Method

Sets the graphics file to be used for bullets in a bulleted list.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub Picture ( _
    FileName As String _
)
'Usage
Dim instance As BulletFormat2
Dim FileName As String

instance.Picture(FileName)
void Picture(
    string FileName
)

Parameters

  • FileName
    Type: System.String

    The file name of a valid graphics file.

Remarks

Valid graphics files include files with the following extensions: .bmp, .cdr, .cgm, .drw, .dxf, .emf, .eps, .gif, .jpg, .jpeg, .pcd, .pct, .pcx, .pict, .png, .tga, .tiff, .wmf, and .wpg.

See Also

Reference

BulletFormat2 Interface

BulletFormat2 Members

Microsoft.Office.Core Namespace