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


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

    Property Value

    The border for cells in this row. The default value is null, which means that no border is set for this row.
    See Also