FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / ResetImeSentenceMode Method


In This Topic
ResetImeSentenceMode Method (Rows.DefaultRow)
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 Rows.DefaultRow
 
instance.ResetImeSentenceMode()
See Also