SetBackgroundPicture(String,String) Method
Sets the background graphic for a worksheet.
'Declaration
Overloads Sub SetBackgroundPicture( _
ByVal As String, _
Optional ByVal As String _
)
'Usage
Dim instance As IWorksheet
Dim filename As String
Dim contentType As String
instance.SetBackgroundPicture(filename, contentType)
Parameters
- filename
- The name of the graphic file.
- contentType
- The file content type.