Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / BordersInfo Class / Right Property


In This Topic
    Right Property (BordersInfo)
    In This Topic
    Border at the right-hand edge of the range.
    Syntax
    'Declaration
     
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    Public Property Right As BorderInfo
    'Usage
     
    Dim instance As BordersInfo
    Dim value As BorderInfo
     
    instance.Right = value
     
    value = instance.Right
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public BorderInfo Right {get; set;}
    See Also