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


In This Topic
    ShouldSerializeNullFont Method
    In This Topic
    Determines whether null font should be serialized.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeNullFont() As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    value = instance.ShouldSerializeNullFont()
    protected bool ShouldSerializeNullFont()
    See Also