Spread Windows Forms 12.0 Product Documentation
VerticalFlag Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Grid Class : VerticalFlag Property
Gets or sets where to draw the vertical lines.
Syntax
'Declaration
 
Public Property VerticalFlag As VerticalFlags
'Usage
 
Dim instance As Grid
Dim value As VerticalFlags
 
instance.VerticalFlag = value
 
value = instance.VerticalFlag
public VerticalFlags VerticalFlag {get; set;}

Property Value

A VerticalFlags enumeration that specifies where to draw the line.
See Also

Reference

Grid Class
Grid Members