Spread Windows Forms 12.0 Product Documentation
Right Property (CharBoxBorderInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > CharBoxBorderInfo Class : Right Property
Gets or sets the right border line.
Syntax
'Declaration
 
Public Property Right As Line
'Usage
 
Dim instance As CharBoxBorderInfo
Dim value As Line
 
instance.Right = value
 
value = instance.Right
public Line Right {get; set;}

Property Value

A Line indicates the right border line.
See Also

Reference

CharBoxBorderInfo Class
CharBoxBorderInfo Members