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


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