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


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

    Property Value

    A BorderLine object that specifies the border line.
    See Also