'Declaration
Overloads Sub SetBackgroundPicture( _ ByVal imageStream As Stream, _ ByVal contentType As String _ )
'Usage
Dim instance As IWorksheet Dim imageStream As Stream Dim contentType As String instance.SetBackgroundPicture(imageStream, contentType)
void SetBackgroundPicture( Stream imageStream, string contentType )
Parameters
- imageStream
- The graphic binary data.
- contentType
- The data content type.