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