[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IFillFormat.UserTextured

UserTextured Method

UserTextured(string)

Fills the specified shape with small tiles of an image.

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

The name of the picture file.

UserTextured(Stream, ImageType)

Fills the specified shape with small tiles of an image.

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

The stream of the picture file.

ImageType type

The ImageType of the stream.