Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Grid Class / VerticalFlag Property


In This Topic
VerticalFlag Property
In This Topic
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

Property Value

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