Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / ColumnHeaderBackground Property
Example


In This Topic
    ColumnHeaderBackground Property
    In This Topic
    Gets the column header background.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnHeaderBackground As Background
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As Background
     
    value = instance.ColumnHeaderBackground
    public Background ColumnHeaderBackground {get;}

    Property Value

    Background object containing the column header background
    Example
    This example sets the background for the row header, column header, and sheet corner as part of the sheet skin.
    See Also