Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SubWorksheet Class / BackgroundImage Property


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