Spread Windows Forms 12.0 Product Documentation
Right Property (Grid)


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

Property Value

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

Reference

Grid Class
Grid Members