ResetLockBackColor Method (Column)
Resets the background color for the locked column and makes the column inherit the background color from the default column.
public void ResetLockBackColor()
'Declaration
Public Sub ResetLockBackColor()
'Usage
Dim instance As Column
instance.ResetLockBackColor()