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


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

    Property Value

    A BorderLine object that specifies the border line.
    See Also