FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellFooter Class / ResetLockForeColor Method


In This Topic
ResetLockForeColor Method (CellFooter)
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 CellFooter
 
instance.ResetLockForeColor()
See Also