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


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