FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Columns.DefaultColumn Class / ResetImeSentenceMode Method


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