Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / ResetForeColor Method


In This Topic
    ResetForeColor Method (Column)
    In This Topic
    Resets the foreground color for the column and makes the column inherit the foreground color from the default column.
    Syntax
    'Declaration
     
    
    Public Sub ResetForeColor() 
    'Usage
     
    
    Dim instance As Column
     
    instance.ResetForeColor()
    public void ResetForeColor()
    See Also