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


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