Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ResetLockForeColor Method


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