Sets borders on the inside of a range of cells.
'Declaration
Public Overridable Sub SetInsideBorder( _
ByVal As CellRange, _
ByVal As IBorder _
)
'Usage
Dim instance As SheetView
Dim cr As CellRange
Dim border As IBorder
instance.SetInsideBorder(cr, border)
Parameters
- cr
- Cell range to which to apply borders
- border
- Border to put around cells in the range