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


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