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


In This Topic
ResetLockForeColor Method (Columns.DefaultColumn)
In This Topic
Resets the fore color for the locked column and makes the column inherit the fore color from the default column.
Syntax
'Declaration
 
Public Sub ResetLockForeColor() 
 
'Usage
 
Dim instance As Columns.DefaultColumn
 
instance.ResetLockForeColor()
See Also