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


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