'Declaration
Public Overloads Sub SetBackgroundPicture( _ ByVal filename As String, _ ByVal contentType As String _ )
'Usage
Dim instance As Worksheet Dim filename As String Dim contentType As String instance.SetBackgroundPicture(filename, contentType)
public void SetBackgroundPicture( string filename, string contentType )
Parameters
- filename
- The name of the graphic file.
- contentType
- The file content type.