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


In This Topic
    BorderLeft Property (Cell)
    In This Topic
    Gets or sets the left cell border.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property BorderLeft As BorderLine
    'Usage
     
    Dim instance As Cell
    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 for the cell. The default value is null, which means the cell inherits the border set for the column or row.
    See Also