Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItem Class / ShouldSerializeForeColor Method


In This Topic
    ShouldSerializeForeColor Method (ListItem)
    In This Topic
    Shoulds the color of the serialize fore.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeForeColor() As Boolean
    'Usage
     
    
    Dim instance As ListItem
    Dim value As Boolean
     
    value = instance.ShouldSerializeForeColor()
    protected bool ShouldSerializeForeColor()
    See Also