Spread Windows Forms 12.0 Product Documentation
VerticalLines Property


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

Reference

ListGridLinesInfo Class
ListGridLinesInfo Members