Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetInsideBorder Method
Cell range to which to apply borders
Border to put around cells in the range


In This Topic
SetInsideBorder Method
In This Topic
Sets borders on the inside of a range of cells.
Syntax
'Declaration
 
Public Overridable Sub SetInsideBorder( _
   ByVal cr As CellRange, _
   ByVal border 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
See Also