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


In This Topic
Vertical Property (Grid)
In This Topic
Gets or sets the vertical Line structure.
Syntax
'Declaration
 
Public Property Vertical As Line
 
'Usage
 
Dim instance As Grid
Dim value As Line
 
instance.Vertical = value
 
value = instance.Vertical

Property Value

A Line structure that indicates all vertical lines of the grid.
See Also