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