[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IFillFormat.UserPicture

UserPicture Method

UserPicture(string)

Fills the specified shape with an image.

Declaration
void UserPicture(string fileName)
Parameters
Type Name Description
string fileName

The name of the picture file.

UserPicture(Stream, ImageType)

Fills the specified shape with an image.

Declaration
void UserPicture(Stream stream, ImageType type)
Parameters
Type Name Description
Stream stream

The stream of the picture file.

ImageType type

The ImageType of the stream.