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


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