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


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