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


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