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


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

    Property Value

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