Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ResetBorder Method


In This Topic
    ResetBorder Method (Cell)
    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 Sub ResetBorder() 
    'Usage
     
    
    Dim instance As Cell
     
    instance.ResetBorder()
    public void ResetBorder()
    See Also