Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListGridLines Class / ShouldSerializeVerticalLines Method


In This Topic
    ShouldSerializeVerticalLines Method (ListGridLines)
    In This Topic
    Shoulds the serialize vertical lines.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeVerticalLines() As Boolean
    'Usage
     
    
    Dim instance As ListGridLines
    Dim value As Boolean
     
    value = instance.ShouldSerializeVerticalLines()
    protected bool ShouldSerializeVerticalLines()
    See Also