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


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

    Property Value

    The background.
    Example
    This example sets the background of all the cells in a column.
    See Also