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


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