Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellWrapper Class / ResetImeMode Method


In This Topic
    ResetImeMode Method (CellWrapper)
    In This Topic
    Resets the background color for the cell and makes the cell inherit the IME mode from the default cell.
    Syntax
    'Declaration
     
    
    Public Shadows Sub ResetImeMode() 
    'Usage
     
    
    Dim instance As CellWrapper
     
    instance.ResetImeMode()
    public new void ResetImeMode()
    See Also