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)

Parameters

borderLine
See Also