Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / ResetForeground Method


In This Topic
    ResetForeground Method (Cell)
    In This Topic
    Resets the text (foreground) color for the cell and causes the cell to inherit the text color from the default cell.
    Syntax
    'Declaration
     
    Public Sub ResetForeground() 
    'Usage
     
    Dim instance As Cell
     
    instance.ResetForeground()
    public void ResetForeground()
    See Also