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


In This Topic
    BorderRight Property (Column)
    In This Topic
    Gets or sets the right border for a column.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property BorderRight As BorderLine
    'Usage
     
    Dim instance As Column
    Dim value As BorderLine
     
    instance.BorderRight = value
     
    value = instance.BorderRight
    [DefaultValue("")]
    public BorderLine BorderRight {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 BorderRight property.
    See Also