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


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

    Property Value

    Color object that contains the background color for the sheet
    Example
    This example shows the use of the property by returning all the properties for the skin.
    See Also