Share via


WorksheetClass.SetBackgroundPicture Method

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Overridable Sub SetBackgroundPicture ( _
    Filename As String _
)
'Usage
Dim instance As WorksheetClass
Dim Filename As String

instance.SetBackgroundPicture(Filename)
public virtual void SetBackgroundPicture(
    string Filename
)

Parameters

Implements

_Worksheet.SetBackgroundPicture(String)

See Also

Reference

WorksheetClass Class

WorksheetClass Members

Microsoft.Office.Interop.Excel Namespace