Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ResetImeSentenceMode Method


In This Topic
ResetImeSentenceMode Method (Cell)
In This Topic
Resets the ImeSentenceMode property for the cell and makes the cell inherit the ImeSentenceMode value from the default cell.
Syntax
'Declaration
 
Public Sub ResetImeSentenceMode() 
 
'Usage
 
Dim instance As Cell
 
instance.ResetImeSentenceMode()
See Also