Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListGridLines Class / HorizontalLines Property


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

    Property Value

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