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


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