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


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