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