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


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

    Property Value

    A BorderLine object that specifies the border line.
    See Also