Spread Windows Forms 12.0 Product Documentation
ResetImeSentenceMode Method (Cell)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Cell Class : ResetImeSentenceMode Method
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()
public void ResetImeSentenceMode()
Example
This example uses the ResetImeSentenceMode method.
fpSpread1.Sheets[0].Cells[0, 0].ImeMode = System.Windows.Forms.ImeMode.Alpha;
fpSpread1.Sheets[0].Cells[0, 0].ImeSentenceMode = FarPoint.Win.ImeSentenceMode.Direct;
fpSpread1.Sheets[0].Cells[0, 0].ResetImeMode();
fpSpread1.Sheets[0].Cells[0, 0].ResetImeSentenceMode();
FpSpread1.Sheets(0).Cells(0, 0).ImeMode = Windows.Forms.ImeMode.Alpha
FpSpread1.Sheets(0).Cells(0, 0).ImeSentenceMode = FarPoint.Win.ImeSentenceMode.Direct
FpSpread1.Sheets(0).Cells(0, 0).ResetImeMode()
FpSpread1.Sheets(0).Cells(0, 0).ResetImeSentenceMode()
See Also

Reference

Cell Class
Cell Members