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


In This Topic
    ResetForeground Method (Row)
    In This Topic
    Resets the row to inherit the foreground color from the default row.
    Syntax
    'Declaration
     
    Public Sub ResetForeground() 
    'Usage
     
    Dim instance As Row
     
    instance.ResetForeground()
    public void ResetForeground()
    See Also