FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Columns.DefaultColumn Class / ResetForeColor Method


In This Topic
ResetForeColor Method (Columns.DefaultColumn)
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 Columns.DefaultColumn
 
instance.ResetForeColor()
See Also