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


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