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


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