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