Spread Windows Forms 12.0 Product Documentation
Right Property (Border)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Border Structure : Right Property
Gets or sets the right side of border.
Syntax
'Declaration
 
Public Property Right As BorderLine
'Usage
 
Dim instance As Border
Dim value As BorderLine
 
instance.Right = value
 
value = instance.Right
public BorderLine Right {get; set;}

Property Value

A BorderLine value represents the right side of border.
See Also

Reference

Border Structure
Border Members