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


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