Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DefaultListColumnInfo Class / ShouldSerializeHeader Method


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