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


In This Topic
    BorderTop Property (Cell)
    In This Topic
    Gets or sets the top cell border.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property BorderTop As BorderLine
    'Usage
     
    Dim instance As Cell
    Dim value As BorderLine
     
    instance.BorderTop = value
     
    value = instance.BorderTop
    [DefaultValue("")]
    public BorderLine BorderTop {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