Sets border outlines for a range of cells.
'Declaration
Public Overridable Sub SetOutlineBorder( _
ByVal As CellRange, _
ByVal As IBorder _
)
'Usage
Dim instance As SheetView
Dim cr As CellRange
Dim border As IBorder
instance.SetOutlineBorder(cr, border)
Parameters
- cr
- Cell range around which to put outline border
- border
- Border to place around the outside of the range of cells