Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumn Class / ShouldSerializeHeader Method


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