Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / CellForeColor Property


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