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


In This Topic
    ResetImeSentenceMode Method (CellFooter)
    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 CellFooter
     
    instance.ResetImeSentenceMode()
    public void ResetImeSentenceMode()
    See Also