Spread Windows Forms 12.0 Product Documentation
HorizontalLines Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListGridLinesInfo Class : HorizontalLines Property
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

Reference

ListGridLinesInfo Class
ListGridLinesInfo Members