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


In This Topic
    Background Property (Row)
    In This Topic
    Gets or sets the background for cells in this row.
    Syntax
    'Declaration
     
    
    Public Property Background As Background
    'Usage
     
    
    Dim instance As Row
    Dim value As Background
     
    instance.Background = value
     
    value = instance.Background
    public Background Background {get; set;}

    Property Value

    Background
    Example
    This example sets the background of all the cells in a row.
    See Also