Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListGridLinesInfo Class / ShouldSerializeHorizontalLines Method


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