Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Cell Class / Background Property
Example


In This Topic
    Background Property (Cell)
    In This Topic
    Gets or sets the background for a cell.
    Syntax
    'Declaration
     
    
    Public Property Background As Background
    'Usage
     
    
    Dim instance As Cell
    Dim value As Background
     
    instance.Background = value
     
    value = instance.Background
    public Background Background {get; set;}

    Property Value

    Background object containing the background
    Example
    This example sets the background of a cell.
    See Also