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


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

    Property Value

    The border for cells in this column. The default value is null, which means no border is specified and the column inherits the border from the worksheet.
    See Also