SetBackgroundPicture(String,String) Method
Sets the background graphic for a worksheet.
'Declaration
Public Overloads Sub SetBackgroundPicture( _
ByVal As String, _
ByVal As String _
)
'Usage
Dim instance As Worksheet
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.