Spread Windows Forms 12.0 Product Documentation
Horizontal Property (Grid)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Grid Class : Horizontal Property
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
public Line Horizontal {get; set;}

Property Value

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

Reference

Grid Class
Grid Members