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


In This Topic
    HeaderGrayAreaColor Property (SheetSkin)
    In This Topic
    Gets the color of the header gray area.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HeaderGrayAreaColor As Color
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As Color
     
    value = instance.HeaderGrayAreaColor
    public Color HeaderGrayAreaColor {get;}

    Property Value

    Color object that contains the color of the header gray area
    See Also