Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemInfo Class / ShouldSerializeForeColor Method


In This Topic
    ShouldSerializeForeColor Method (ListItemInfo)
    In This Topic
    Specifies whether the forecolor should be serialized.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeForeColor() As Boolean
    'Usage
     
    
    Dim instance As ListItemInfo
    Dim value As Boolean
     
    value = instance.ShouldSerializeForeColor()
    protected bool ShouldSerializeForeColor()
    See Also