SetBackgroundPicture(Stream,String) Method
Sets the background graphic for a worksheet.
'Declaration
Overloads Sub SetBackgroundPicture( _
ByVal As Stream, _
ByVal As String _
)
'Usage
Dim instance As IWorksheet
Dim imageStream As Stream
Dim contentType As String
instance.SetBackgroundPicture(imageStream, contentType)
Parameters
- imageStream
- The graphic binary data.
- contentType
- The data content type.