Determines whether lock font should be serialized.
Syntax
'Declaration
Protected Function ShouldSerializeLockFont() As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
value = instance.ShouldSerializeLockFont()
protected bool ShouldSerializeLockFont()
See Also