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


In This Topic
    BorderRight Property (Cell)
    In This Topic
    Gets or sets the right cell border.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property BorderRight As BorderLine
    'Usage
     
    Dim instance As Cell
    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 for the cell. The default value is null, which means the cell inherits the border set for the column or row.
    See Also