ResetForeColor Method (Columns.DefaultColumn)
Resets the foreground color for the column and makes the column inherit the foreground color from the default column.
public void ResetForeColor()
'Declaration
Public Sub ResetForeColor()
'Usage
Dim instance As Columns.DefaultColumn
instance.ResetForeColor()