BackgroundImage Property (SheetView)
In This Topic
Gets or sets sheetview background image.
Syntax
'Declaration
Public Property BackgroundImage As Image
'Usage
Dim instance As SheetView
Dim value As Image
instance.BackgroundImage = value
value = instance.BackgroundImage
public Image BackgroundImage {get; set;}
See Also