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


In This Topic
    FooterBackColor Property
    In This Topic
    Gets the background color of footer cells in the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FooterBackColor As Color
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As Color
     
    value = instance.FooterBackColor
    public Color FooterBackColor {get;}
    See Also