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


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