Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ShouldSerializeLockFont Method


In This Topic
    ShouldSerializeLockFont Method
    In This Topic
    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