ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.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.Xaml.Bitmap.C1Bitmap
    public C1.Xaml.Bitmap.C1Bitmap Background {get; set;}
    See Also