Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the background graphic for a chart.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub SetBackgroundPicture ( _
FileName As String _
)
'Usage
Dim instance As Chart
Dim FileName As String
instance.SetBackgroundPicture(FileName)
void SetBackgroundPicture(
string FileName
)
Parameters
- FileName
Type: System.String
Required String The name of the graphic file.