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


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