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


In This Topic
    ResetImeSentenceMode Method (CellWrapper)
    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 Shadows Sub ResetImeSentenceMode() 
    'Usage
     
    
    Dim instance As CellWrapper
     
    instance.ResetImeSentenceMode()
    public new void ResetImeSentenceMode()
    See Also