Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItem Class / ShouldSerializeFont Method


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