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