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


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

Property Value

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