Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / BackgroundImage Property


In This Topic
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
See Also