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
- Filename
Type: System.String
Implements
_Worksheet.SetBackgroundPicture(String)