Spread Windows Forms 12.0 Product Documentation
Bottom Property (Grid)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Grid Class : Bottom Property
Gets or sets the bottom Line structure.
Syntax
'Declaration
 
Public Property Bottom As Line
'Usage
 
Dim instance As Grid
Dim value As Line
 
instance.Bottom = value
 
value = instance.Bottom
public Line Bottom {get; set;}

Property Value

A Line structure that indicates the bottom line of the grid.
See Also

Reference

Grid Class
Grid Members