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


In This Topic
    ResetImeMode Method (Column)
    In This Topic
    Resets the IME mode for the column and makes the column inherit the IME mode from the default column.
    Syntax
    'Declaration
     
    
    Public Sub ResetImeMode() 
    'Usage
     
    
    Dim instance As Column
     
    instance.ResetImeMode()
    public void ResetImeMode()
    See Also