Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListGridLinesInfo Class / VerticalLines Property


In This Topic
    VerticalLines Property (ListGridLinesInfo)
    In This Topic
    Gets or sets the style for vertical lines.
    Syntax
    'Declaration
     
    
    Public Property VerticalLines As Line
    'Usage
     
    
    Dim instance As ListGridLinesInfo
    Dim value As Line
     
    instance.VerticalLines = value
     
    value = instance.VerticalLines
    public Line VerticalLines {get; set;}

    Property Value

    A Line object that is used to draw vertical lines.
    The default is a dark grey single line.
    See Also