Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / BorderAround Method / BorderAround(BorderLineStyle) Method


In This Topic
    BorderAround(BorderLineStyle) Method
    In This Topic
    Adds a border to a range and sets the IBorder.Color and IBorder.LineStyle properties of the IBorder object for the new border.
    Syntax
    'Declaration
     
    
    Overloads Sub BorderAround( _
       ByVal borderLine As BorderLineStyle _
    ) 
    'Usage
     
    
    Dim instance As IRange
    Dim borderLine As BorderLineStyle
     
    instance.BorderAround(borderLine)
    void BorderAround( 
       BorderLineStyle borderLine
    )

    Parameters

    borderLine
    See Also