ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLSheet Class / Background Property

In This Topic
    Background Property (XLSheet)
    In This Topic
    Gets or sets the background bitmap (image) of the XLSheet.
    Syntax
    'Declaration
     
    Public Property Background As GrapeCity.Documents.Imaging.GcBitmap
    public GrapeCity.Documents.Imaging.GcBitmap Background {get; set;}
    See Also