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


In This Topic
Top Property (Grid)
In This Topic
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

Property Value

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