Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ResetImeMode Method


In This Topic
ResetImeMode Method (Cell)
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 Sub ResetImeMode() 
 
'Usage
 
Dim instance As Cell
 
instance.ResetImeMode()
See Also