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


In This Topic
    ResetBackColor Method (GeneralEditor)
    In This Topic
    Resets the background color to its default value.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetBackColor() 
    'Usage
     
    
    Dim instance As GeneralEditor
     
    instance.ResetBackColor()
    public virtual void ResetBackColor()
    See Also