HorizontalLines Property (ListGridLinesInfo)
Gets or sets the style for horizontal lines.
public Line HorizontalLines {get; set;}
'Declaration
Public Property HorizontalLines As Line
'Usage
Dim instance As ListGridLinesInfo
Dim value As Line
instance.HorizontalLines = value
value = instance.HorizontalLines
Property Value
A
Line object used to draw horizontal lines.
The default is a dark grey single line.