Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellWrapper Class / ResetBorder Method


In This Topic
    ResetBorder Method (CellWrapper)
    In This Topic
    Resets the cell border for the cell and makes the cell inherit the cell border from the default cell.
    Syntax
    'Declaration
     
    
    Public Shadows Sub ResetBorder() 
    'Usage
     
    
    Dim instance As CellWrapper
     
    instance.ResetBorder()
    public new void ResetBorder()
    See Also