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


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