[]
Sets the background graphic for a worksheet.
void SetBackgroundPicture(string filename, string contentType = null)
Sub SetBackgroundPicture(filename As String, Optional contentType As String = Nothing)
Type | Name | Description |
---|---|---|
string | filename | The name of the graphic file. |
string | contentType | The file content type. |
Sets the background graphic for a worksheet.
void SetBackgroundPicture(Stream imageStream, string contentType)
Sub SetBackgroundPicture(imageStream As Stream, contentType As String)
Type | Name | Description |
---|---|---|
Stream | imageStream | The graphic binary data. |
string | contentType | The data content type. |