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


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

    Property Value

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