Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetOutlineBorder Method
Cell range around which to put outline border
Border to place around the outside of the range of cells


In This Topic
SetOutlineBorder Method (SheetView)
In This Topic
Sets border outlines for a range of cells.
Syntax
'Declaration
 
Public Overridable Sub SetOutlineBorder( _
   ByVal cr As CellRange, _
   ByVal border 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
See Also