Creates a new Picture object from an existing image.

 public Picture CreatePicture(System.String pictureFile, Anchor position)
Public Function CreatePicture(ByVal pictureFile As String, ByVal position As Anchor) As Picture

The file to create the picture from. This file should be in JPEG, PNG, BMP, or GIF format and accessible in the context ExcelWriter is running in.

The position to place the upper-left corner of the new picture.

A Picture object.