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


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

    Property Value

    Background object containing the row 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