Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlternatingRow Class / ResetBackColor Method


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