Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLSheet Class / Background Property

In This Topic
    Background Property
    In This Topic
    Gets or sets the background bitmap (image) of the XLSheet.
    Syntax
    'Declaration
     
    
    Public Property Background As C1.WPF.Bitmap.C1Bitmap
    public C1.WPF.Bitmap.C1Bitmap Background {get; set;}
    See Also