GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / SetBackgroundPicture Method / SetBackgroundPicture(Stream,String) Method
The graphic binary data.
The data content type.


In This Topic
SetBackgroundPicture(Stream,String) Method
In This Topic
Sets the background graphic for a worksheet.
Syntax
'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)

Parameters

imageStream
The graphic binary data.
contentType
The data content type.
See Also