Share via


BulletFormat2.Picture Method

Office Developer Reference

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

Syntax

expression.Picture(FileName)

expression   An expression that returns a BulletFormat2 object.

Parameters

Name Required/Optional Data Type Description
FileName Required 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