Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / BorderRight Property


In This Topic
    BorderRight Property (StyleInfo)
    In This Topic
    Gets or sets the right border for a cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Overridable Property BorderRight As BorderLine
    'Usage
     
    Dim instance As StyleInfo
    Dim value As BorderLine
     
    instance.BorderRight = value
     
    value = instance.BorderRight
    [DefaultValue("")]
    public virtual BorderLine BorderRight {get; set;}

    Property Value

    A BorderLine object that specifies the border line.
    See Also