BackgroundImage Property (Worksheet)
Gets the backgroudn image of this worksheet.
public Image BackgroundImage {get;}
'Declaration
Public ReadOnly Property BackgroundImage As Image
'Usage
Dim instance As Worksheet
Dim value As Image
value = instance.BackgroundImage