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


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

    Property Value

    Background object containing the background of the cell for the style
    Example
    This example customizes the background as part of style information.
    See Also