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


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

    Property Value

    A BorderLine object that specifies the border line.
    See Also