Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / BackgroundImage Property


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