Spread WPF 16
GrapeCity.Windows.SpreadSheet.Data Namespace / Column Class / BorderBottom Property
Example


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

    Property Value

    The cell borders in this column. The default value is null, which means no border is specified and the column inherits the border from the worksheet.
    Example
    This example sets the BorderBottom property.
    See Also