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


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