Spread Windows Forms 15.0
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
    public Image BackgroundImage {get; set;}
    See Also