Spread Windows Forms 17
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)
    public virtual void SetInsideBorder( 
       CellRange cr,
       IBorder border
    )

    Parameters

    cr
    Cell range to which to apply borders
    border
    Border to put around cells in the range
    See Also