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


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

Property Value

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