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


In This Topic
    BorderTop Property (TableStyleInfo)
    In This Topic
    Gets or sets the top border for a cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property BorderTop As BorderLine
    'Usage
     
    Dim instance As TableStyleInfo
    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 line.
    See Also