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


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