Spread Windows Forms 12.0 Product Documentation
Top Property (Grid)


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

Property Value

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

Reference

Grid Class
Grid Members